Can I enable gzip/deflate in IIS6 without restart?
- by nibblebot
I have gone through the steps of enabling static compression for my IIS 6.0 site:
enable it in IIS Manager
enable edit-while-running
add the extensions i need to compress directly to the metabase: js, css
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?