[This is preliminary documentation and subject to change]
This metabase property indicates which file name extensions are supported by the compression scheme. The output from dynamic files with the specified file extensions will be compressed by IIS.
Important
Setting this parameter to an empty
string can have an adverse effect on your server's
performance.
If this parameter is empty then all dynamic responses are sent compressed. In addition, any static file type not specified in HcFileExtensions will also be dynamically compressed and therefore not cached.
Also, HcDoDynamicCompression must be set to TRUE for dynamic compression to be performed.
The Web service must be restarted before any changes to this property take effect.
| Attribute Name | Attribute Value |
| Data Type | MULTISZ |
| Attributes | NO_ATTRIBUTES |
| Default Value | null |
| MetaFlagsEx | CACHE_PROPERTY_MODIFIED |
| User Type | IIS_MD_UT_SERVER |
| StartingNumber | |
| EndingNumber | |
| ID | 2244 |
This property is accessible at the following locations:
| Metabase Path | IIS Admin Object Type |
| /LM/W3SVC/Filters/Compression/gzip | IIsCompressionScheme |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
| Metabase identifier | MD_HC_SCRIPT_FILE_EXTENSIONS |
| Data type | MULTISZ |
| User type | IIS_MD_UT_SERVER |
Related Topics
| HcFileExtensions |