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 iis6.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

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
link|improve this answer
great, thanks Scott. (Sorry, I don't have enough rep on serverfault to give vote you up.) – salietata Feb 10 '11 at 16:28
Great, glad that worked for you! – Scott Forsyth - MVP Feb 10 '11 at 17:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.