I have a huge solution with many web projects and many console projects.
When I set a console project as the default startup project, and then click on "Start debugging" (F5) here is what happens:
- There are 7 local web servers that are started (as there are 7 web projects)
- The console application is then launched
I'd like to know if there is a way to tell VS2010 not to start the 7 web projects and to run only the console application?