vote up 1 vote down star
1

I currently have a Visual Studio solution with 8 web applications. When I try run one of these applications, 8 instances of the Casini Web Development Servers are launched.

Is there anyway to specify that only the web application I have set as startup project will be launched and not all 8.

I am using Visual Studio 2008

Thanks

flag

33% accept rate

1 Answer

vote up 2 vote down

Select the Solution. Right click and select Properties. Under Common Properties select Startup Projects. The select Single Startup Project, select the project you want to startup, and press Apply/OK.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.