How to warm up an ASP.NET MVC application on IIS 7.5?

Microsoft has released a module that does exactly what you ask for. The Application Initialization Module for IIS 7.5 improves the responsiveness of Web sites by loading the Web applications before the first request arrives. You can specify a series of Urls that IIS will preload before accepting requests from real users. I don’t think … Read more