I have website, site ID=1. In the webset there is an application X, and in the applicaiton there is a subfolder Y. I want to disable dynamic compression only for folder Y. I can disable compression for the whole site using:
C:\inetpub\AdminScripts>cscript adsutil.vbs set W3SVC/1/root/DoDynamicCompression False
Given the application X, and path Y where X is the name of the application, and Y is the name of the subfolder in the application what is the command for turning off dynamic compression for any files served from folder Y?
I tried using the logical set W3SVC/1/X/Y/DoDynamicCompression False but i got "error trying to get the object" exception.