[This is preliminary documentation and subject to change]

HcScriptFileExtensions

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 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 NameAttribute Value
Data TypeMULTISZ
AttributesNO_ATTRIBUTES
Default Valuenull
MetaFlagsExCACHE_PROPERTY_MODIFIED
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber
ID2244

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type
/LM/W3SVC/Filters/Compression/gzipIIsCompressionScheme

IIS Admin Base Object Information

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 typeMULTISZ
User typeIIS_MD_UT_SERVER

Related Topics

HcFileExtensions

© 1997-2001 Microsoft Corporation. All rights reserved.