Asp – Visual Studio opens Development Servers for all websites in the project

asp.netvisual studiovisual-studio-2008

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

Best Answer

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.