How to build ASP.NET projects on a separate build machine?

V

Vagif Abilov

Hello,

I have made a build script that runs on a separate machine and builds all
our components. However, I have a problem with our Web (ASP.NET)
applications. Even when I build ASP.NET project from a command line it still
expects project directory to be configured as virutal directory in IIS,
because of these lines in solution file:

Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Signup",
"http://localhost/MyProject/MyProject.csproj",
"{10380A5C-F336-45E0-9A4F-344E378D2416}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject

I can't just change it to point to a regular directory - it will break
loading the project into a Visual Studio. There must be a way to modify
these settings so they fit both IDE and unattended builds on a separate
machine (without configuring every Web project in IIS). Any hints?

Thanks in advance

Vagif Abilov
Oslo, Norway
 
V

Vagif Abilov

Natty,

Thank you for the suggestion. Unfortunately it's not easy to change our
routines (there are too many projects and solutions). We are considering
implementing new build routines for the future, but I just want to find a
solution to this problem at this stage.

Vagif
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top