IIS7 Compression
- by Thomas
Hi Guys,
I have searched around and havent really found an answer anywhere and this is still not working for me. I am using compression in IIS7 and it doesn't appear to be working. The code I am using is per
<urlCompression
doStaticCompression="true" />
<httpCompression
cacheControlHeader="max-age=86400"
…