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

June 2, 2014

Automating IIS Configuration Using AppCmd.exe

A couple weeks ago I wrote a script to completely automate the set up of IIS for some system tests at work. The tests require three IIS applications along with unique application pools, and the applications need to be segregated under a virtual directory to isolate them from other automated tests. This was done for a local set up for application developers. This simple script took what could have been an error prone manual process and made it quick and mostly fool proof. Read more

© Joe Buschmann 2020