I manage an IIS7 server and I'm trying to determine what the dynamicCompressionDisableCpuUsage and dynamicCompressionEnableCpuUsage settings on this IIS7 are set to? I have not been able to find anyway to ascertain this information through the IIS7 Manager.
|
You can get this information from As per your question, the default value seen is
section from IIS_schema.xml
If you have a Web Site and want to know the httpCompression setting of that Web Site, you need to look into the web.config file of that Web Site root folder. |
||||
|
|
|
According to MSDN:
The following VBScript code should get the values:
|
||||
|
|