\n","author":{"@type":"Person","name":"David"},"upvoteCount":42}}}
Reputation: 1896
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
Reputation: 73594
At the website (or project) level, set "Always Start when Debugging" = false (the default, as shown in my screenshot, is true.)
Upvotes: 42