Can I enable gzip/deflate in IIS6 without restart?

Posted by nibblebot on Server Fault See other posts from Server Fault or by nibblebot
Published on 2009-09-29T22:21:17Z Indexed on 2010/03/28 12:03 UTC
Read the original article Hit count: 260

Filed under:
|

I have gone through the steps of enabling static compression for my IIS 6.0 site:

  1. enable it in IIS Manager
  2. enable edit-while-running
  3. add the extensions i need to compress directly to the metabase: js, css
  4. wait for the metabase.xml to update to the latest major history version

It is still not compressing JS and CSS. Is there anyway to enable this without iisreset?

© Server Fault or respective owner

Related posts about iis6

Related posts about http-compression