0

When compression is turned on globally for the root website, is there a way to turn compression off for a specific page? (ex. download.aspx) I would like to turn it off on a few select pages where we are streaming files to the client. I'm using IIS 6.

200_success
  • 4,771
  • 1
  • 25
  • 42
ozzijb
  • 103
  • 3

1 Answers1

1

Yes, that's possible. You can do it using adsutil.vbs. The syntax will be something like this:

cscript C:\Inetpub\AdminScripts\adsutil.vbs set W3SVC/{siteID}/Root/{subfolder}{page.asp}/DoDynamicCompression False
Scott Forsyth
  • 16,449
  • 3
  • 37
  • 56