Sign In
PerfWorld.com
ASP.NET Performance Tuning, Coding Standards, Guidelines, Best Practices, and Other Buzzwords
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ASP.NET
IIS
Performance Counters
Powershell
Precompile
Browse by Tags
MSDN Blogs
>
PerfWorld.com
>
All Tags
>
iis
Tagged Content List
Blog Post:
How do I prevent ASP.NET trace and debug flags from being left enabled inadvertently in a production environment?
Reuben Frost
In the Maching.config file, there is a "deployment" element that you can add and set that will help in this area. Once set, this element will tell the ASP.NET process ignore several security and performance related settings that may have been left enabled inadvertently in the web.config and deployed...
on
27 Jan 2009
Blog Post:
How do I enable GZip compression for my web server in IIS?
Reuben Frost
GZip/Deflate compression will compress the response payload from the IIS web server to the browser. Pages that seem to run fast on the server but run slow over the network will see a big speed increase. I typically see around a 60% to 70% reduction in network traffic with GZip enabled. This could mean...
on
27 Jan 2009
Page 1 of 1 (2 items)