When you start your web application in previous versions of visual studio and then stop debugging, the IIS Express would still remain running.
By default in visual studio 2013, you would observe that when you run your web application, the Visual Studio debugger would start your web application in IIS Express. When you stop debugger, the IIS Express will be closed.
Why does this happen?
How to Prevent Visual Studio 2013 from Closing IIS Express after Stopping Debugging?
In the earlier versions of Visual Studio, the edit and continue feature is disabled by default for a new web application project. In Visual Studio 2013, this feature is enabled by default.
When “Enable edit and Continue” is enabled, you will see that the IIS Express will be shown by default within the system tray when you run your web application. This will be closed when your stop debugging the application.
You can disable the “Enable edit and Continue” by turning this feature off in the Project properties as shown in the below screenshot
Visual Studio 2013 Tips & Tricks – Prevent Closing of IIS Express after stopping debugging of Web Application
Latest posts by Senthil Kumar (see all)
- Surface Pro 3 Tip – Print Screen Key on Type Cover - January 24, 2015
- Dapper.NET Guide – Inserting Data - January 24, 2015
- How to find the Installed version of the PowerShell ? - January 21, 2015
- PowerShell script cannot be loaded because running scripts is disabled on this system. - January 20, 2015
- Download Pokkiri Pongal Game for Windows Phone and Android Devices - January 15, 2015














Leave a Reply