I have a solution with multiple projects in it. When I want to debug the project I'm working on, an ASP.NET Development Server is created for all the projects in my solution. My projects are not inter-dependent, so I don't need the others to run. Is there any way to tell VS not to create dev servers for the other projects?
(I realize I could split the projects into their own separate solutions, but for now the multiple projects under one solution is what it is and won't be changing for now.)