Frank Hale
Frank Hale

Reputation: 1896

Visual Studio solution with multiple ASP.NET web applications

I've got a Visual Studio 2010 solution that has multiple web applications in it. I've set one as the startup project but when I debug Visual Studio is starting up a development server for each web application in my solution. Is there anyway I can have Visual Studio only start up the development server for just the default startup project?

Upvotes: 25

Views: 6193

Answers (1)

David
David

Reputation: 73594

At the website (or project) level, set "Always Start when Debugging" = false (the default, as shown in my screenshot, is true.)

Always Start when Debugging

Upvotes: 42

Related Questions