Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio - debug web app (running local IIS) without starting browser [duplicate]

I have two solutions, SilverLight frontend, REST service backend. The backend has half a dozen or so distinct WCF services that are each defined in a separate project. Each service has it's own web configured in my local IIS. I have set multiple start projects on debug as I want to debug all services but I would rather VS did NOT start a browser session for each web app. on debug startup, is this possible?

like image 625
Myles McDonnell Avatar asked Apr 03 '12 09:04

Myles McDonnell


1 Answers

Go to the properties of the web projects and in the Web Tab, set Start Action to Don't open a page

like image 162
Magnus Johansson Avatar answered Sep 20 '22 15:09

Magnus Johansson