Warming up an IIS Application Pool automatically?
- by Michael Stum
So IIS likes to shut down app pools that aren't in use. While this makes sense, I would like to have certain app pools conterminously running, but I don't want to just disable the automatic app pool restart as some of the settings (e.g., maximum memory limit) are good to have.
I know that Microsoft announced the IIS Application Warmup module as an…