September 01, 2010
Add the following lines into your web.config to disable HTTP/Gzip compression in IIS7:<system.webServer>
<urlCompression doStaticCompression="false" doDynamicCompression="false"/>
</system.webServer>
Comments
comments powered by Disqus