IIS 7.5 Application Initialization for ASP.NET web service (warmup) without remapping requests
I’m trying to use the IIS 7.5 Application Initialization extension to configure a warmup process for my web application. This is an approach I am taking to minimize slow downs caused by application pool recycling, which is a problem explained well in other questions on Stack Overflow.