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. What I would like , is to gain the benefits of application initialization, without remapping requests anywhere else. What I've done so far I followed the IIS 8 instructions for the basic use case, and it works