Quantcast
Channel: Juan's Blog - Visual Studio
Viewing all articles
Browse latest Browse all 7

How to keep IISExpress running after you stop debugging in Visual Studio 2013

$
0
0

It's very annoying to have the IISExpress web server close down every time you hit the STOP button in the Visual Studio Debugger.

Fortunately, it's simple enough to keep it open:

  1. Go to the web application in the Solution Explorer.
  2. Right click on it and hit "Properties" (or hit ALT + ENTER).
  3. Click on the "Web" tab on the left.
  4. Uncheck the box for "Enable Edit and Continue".

And that's all there is to it.


Viewing all articles
Browse latest Browse all 7

Trending Articles