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?
source
share