Question

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 ?
Was it helpful?

Solution

By using a custom extension that is not compressed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top