Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
Attributes and Elements
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. |
Remarks
For more information about the isapiFilters element, see the following topic on the Microsoft IIS.net Web site: ISAPI Filters <isapiFilters>.
Caution
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.
Element Information
Configuration locations |
Machine.config ApplicationHost.config Root application Web.config Application Web.config |
Requirements |
Microsoft Internet Information Services (IIS) version 7.0 |
See Also
Reference
filter Element for isapiFilters [IIS Settings Schema]