IIS 7 and JavaScript Compression not working consistently
Posted by: Rick Strahls WebLog,
on 22 Jun 2007 |
View original
IIS 7 has improved and simplified support for GZip encoding enabled out of the box and for the most part it seems to be working well on my Vista install. I see my CSS and other text content properly GZip encoded. IIS 7 also allows you to encode dynamic content easily which is nice because that was a real bitch to set up in IIS 6. Compression is configured in IIS 7's ApplicationHost.config file (C:\Windows\System32\inetsrv\config\applicationhost.config) and there's a simple httpCompression section...