FilterEnableCache
The FilterEnableCache property can be set on individual filters to mark them "cache friendly" to HTTP.sys. This means that the filter does not conditionally reroute URLs for /default.htm to either /default-1.htm or /default-2.htm, which would break the HTTP.sys cache. By default, filters are considered unfriendly to the HTTP.sys cache.
Schema Attributes
Attribute Name |
Value |
---|---|
BOOL |
|
DWORD_METADATA |
|
FALSE |
|
Not specified. |
|
0 |
|
Not specified |
|
2046 |
|
MD_FILTER_ENABLE_CACHE |
|
NO_ATTRIBUTES |
|
IIS_MD_UT_SERVER |
Configurable Locations
You can configure this property at the following locations in the IIS metabase.
Metabase Path |
IIS Admin Object Type |
---|---|
/LM/W3SVC/Filters/filter_name /LM/W3SVC/n/Filters/filter_name |
IIsFilter |
Flags
There are no flags for this property.
Requirements
Server: Requires or Windows Server 2003.
Product: IIS