Kevin Pirnie' Articles
- Home / Archives for April 2012
By: Kevin On: April 12, 2012
Posted In: .Net Development Server Management Software Source Code design practices development speed up the web vb.net web development
Hey folks, 'bout time for me to come around with a little tip. Thanks to IIS 7.5 Extensions and Microsoft (well... really Windows 8, and IIS 8 I guess...), we can now prime our Application Pools, when IIS starts. Now, though it would be nice to be able to simply plug it in and go, unfortunately this is not the case, and there is some configuring to do. Please see here: http://learn.iis.net/page.aspx/1089/iis-80-application-initialization/ Now, this article is not about the IIS extension, this is about priming or warming up your site. Now, this is not a necessity, but if you are like me, you take advantage of .Net's Runtime.Caching, so simply priming your App Pools may not be enough. My SRE (Site Rendering Engine) for one… Read More