Visual Studio 2012 Unnecessary IIS Express Instances

To stop IIS Express debugging instances from popping up when a project is developed, do the following.

a. Select one of the web projects and press F4 to open the Properties window.
b. Under “Development Server”, set “Always Start When Debugging” to “False”.
c. Repeat for all other web projects in your solution.

Leave a Reply