November 14, 2015
Two Tips for Debugging Apps in IIS
If you develop web sites or services hosted in IIS, here are two tips to make debugging on your development machine easier.
Disable Health Monitoring IIS application pools have health monitoring built in to ensure processes are responding to requests in a timely manner. If a process stops responding after a period of time, IIS will kill it. This is really inconvenient when you’re debugging web apps in your dev environment, and IIS ends your session.
Read more