This metabase property specifies how IIS handles HTTP Range requests. The HTTP 1.1 Request for Comment, RFC 2068, is ambiguous about whether Range requests should apply to the compressed or uncompressed version of a file. It is possible that some browsers could be unprepared for compressed Range responses. As a result, IIS by default does not send compressed responses to Range requests, in order to avoid problems with browser misbehavior.
Data type | Boolean |
Default value | FALSE |
Inheritance | Not inheritable |
This property is accessible at the following location:
Metabase Path | Key Type |
/LM/W3SVC/Filters/Compression/Parameters | IIsCompressionSchemes |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
Metabase identifier | MD_HC_NO_COMPRESSION_FOR_RANGE |
Data type | DWORD_METADATA |
User type | IIS_MD_UT_SERVER |