blog.alanta.nl
Alanta Developer Notes: Tweaking web.config for startup performance
http://blog.alanta.nl/2015/03/tweaking-webconfig-for-startup.html
Thursday, March 19, 2015. Tweaking web.config for startup performance. I was faced recently with slow application startup for any ASP.NET based application on a brand spanking new Windows 2012 VM. Initial investigation made it unlikely that the hardware and/or VM was the problem. So the next likely candidate is the ASP.NET pipeline initialization. Looking at the ASP.NET handlers installed by default, there is a pile of stuff there that this particular customer doesn’t (and won’t) use. Pingfu to the rescue.
blog.alanta.nl
Alanta Developer Notes: March 2015
http://blog.alanta.nl/2015_03_01_archive.html
Thursday, March 19, 2015. Tweaking web.config for startup performance. I was faced recently with slow application startup for any ASP.NET based application on a brand spanking new Windows 2012 VM. Initial investigation made it unlikely that the hardware and/or VM was the problem. So the next likely candidate is the ASP.NET pipeline initialization. Looking at the ASP.NET handlers installed by default, there is a pile of stuff there that this particular customer doesn’t (and won’t) use. Pingfu to the rescue.