.Text Performance Tip - JIT Debugging

I was going through my websites recently, and I noticed something curious about the .Text default web.config files that are chipped with the bits. The <compilation> tag has the "debug" attribute set to true. If you're running a large .Text community (as I am), this can have a very serious impact on performance. Make sure you check your settings and set debug="false" if you have not already sone so. I would restart IIS also, just for good measure.

No Comments