isapiFilters Element [IIS Settings Schema]
Note: |
|---|
For more information about the isapiFilters element, see the following topic on the Microsoft IIS.net Web site: ISAPI Filters <isapiFilters>. |
Specifies configuration settings for ISAPI filters on a Web server.
The following sections describe attributes, child elements, and parent elements for this section.
Attributes
None.
Child Elements
Element | Description |
|---|---|
clear | Optional element. Removes all references to ISAPI filters from the ISAPI filters collection. |
filter | Optional element. Adds an ISAPI filter to the ISAPI filters collection. |
remove | Optional element. Removes a reference to an ISAPI filter from the ISAPI filters collection. |
Parent Elements
Element | Description |
|---|---|
configuration | Specifies the root element in every configuration file that is used by IIS 7. |
system.webServer | Specifies the top-level section group (in ApplicationHost.config) in which this element is defined. |
For more information about the isapiFilters element, see the following topic on the Microsoft IIS.net Web site: ISAPI Filters <isapiFilters>.
Important Note: |
|---|
The IIS 7 implementation interacts with ISAPI filters created for IIS 6.0 running in worker process isolation mode. However, IIS 7 does not support ISAPI filters that run in IIS 5.0 isolation mode on IIS 6.0. |
Note: