When gzip is activated in an IIS6 website for dynamic content (aspx pages) : it seems it compress all responses.
Is there a way to exclude just a page ?
From best to worst solutions :
- by adding a specific response header (which could be done dynamicly) ?
by providing some specials markups in the web.config ?(seems not possible under iis6/gzip)- by doing some configurations under iis6 ?