4
1
In Visual Studio 2005, choosing to debug a specific web project only starts an ASP.NET Development Server for the project selected.
In Visual Studio 2010, debugging starts an ASP.NET Development Server for all 6 of the web projects in this solution, regardless of which one I chose to debug.
Is there a way to change this behavior to only open the Development Server for the web site project that I intend to debug? It's a drain on resources, and annoying to have to close each of them every time I start this.
Same as https://stackoverflow.com/q/8609350/10245
– Tim Abell – 2017-09-13T10:47:57.190