Build different versions of ASP.NET WebServices

Hi.

We must compile ASP.NET WebServices which includes assemblies that residein IIS from two different source versions (HEAD and Branch) on the samemachine.

The problem is, when compiling the branch, the web assemblies weretaken from the head, cause in IIS they point to the source codedirectory of the head revision.

We need to change the information about the source code directory in IIS.

I know this is not a real FinalBuilder problem, but maybe someone herein the forum had solved the same problem or knows a solution for thisproblem.

Regards
Michael Oehlhof

I wish I had the answer for you but I don't. The way references and web projects in general are handled in VS.NET just plain sucks. If you do find a solution be sure to share it here with us

Hello.
I want to inform the interested readers about my solution.

I solved this problem with a seperate build machine in a VMWare because the branch will be only build on demand, not every day.

But I’m also waiting for a better solution to get changed the WebServices on a single build machine for different builds in different directories.

Other solutions I have think about are to checkout the head and branch into the same directory, or to copy them after checkout to the same directory for compiling it.

Regards
Michael Oehlhof