Mapping a filter to a physical path (modifies the FilterPath metabase property) |
Range: String Default: N/A Location in ISM: ISAPI Filters property sheet Can be configured at: Web site level |
This value specifies the full path to a filter DLL. |
Filter state (modifies the FilterState metabase property) |
Range: Loaded, Loading, Unloading, Unloaded Default: N/A Location in ISM: ISAPI Filters property sheet Can be configured at: Web site level |
This parameter indicates whether the filter has been loaded or not, or if the filter is in the process of loading or unloading. |
Filter load order (modifies the FilterLoadOrder metabase property) |
Range: String Default: N/A Location in ISM: ISAPI Filters property sheet Can be configured at: Web site level |
This value indicates the load order for filters in a comma-separated list. |
Enabling filters (modifies the FilterEnabled metabase property) |
Range: 0,1 Default: N/A Location in ISM: ISAPI Filters property sheet Can be configured at: Web site level |
This parameter indicates whether the filter is enabled or not. |
Filter flags (modifies the FilterFlags metabase property) |
Range:N/A Default: N/A Location in ISM: ISAPI Filters property sheet Can be configured at: Web site level |
An ISAPI Filter can specify a set of flags when the filter gets loaded by the server. These flags indicate the event notifications the filter is interested in receiving and the priority of the notifications relative to other filters. |
Filter description (modifies the FilterDescription metabase property) |
Range:String Default: N/A Location in ISM: ISAPI Filters property sheet Can be configured at: Web site level |
This value is a description of a filter which is supplied by the filter. |