Visual Studio - debugging web application (working with local IIS) without launching a browser

I have two solutions: SilverLight interface, REST service. The backend has half a dozen or so different WCF services, each defined in a separate project. Each service has its own website configured in my local IIS. I set up some startup projects when debugging, because I want to debug all services, but I would prefer VS not to start a browser session for every web application. when starting debugging, is this possible?

+5
source share
1 answer

Go to the properties of web projects and the tab "Web", set Start ActiontoDon't open a page

+10

All Articles