handlers Element [IIS Settings Schema]
Note
For more information about the handlers element, see the following topic on the Microsoft IIS.net Web site: Handlers <handlers>.
Specifies handlers to process requests made to sites and applications.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements for this section.
Attributes
Attribute |
Description |
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
accessPolicy |
Optional flags attribute. Specifies the allowed access types for the entire handlers collection. The accessPolicy attribute can be one of the following possible values. The default is Read.
|
Child Elements
Element |
Description |
---|---|
add |
Optional element. Adds a handler to the collection of handlers. |
clear |
Optional element. Removes all references to handlers from the handlers collection. |
remove |
Optional element. Removes a reference to a handler from the handlers 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 handlers element, see the following topic on the Microsoft IIS.net Web site: Handlers <handlers>.
Element Information
Configuration locations |
Machine.config ApplicationHost.config Root application Web.config Application Web.config Directory Web.config |
Requirements |
Microsoft Internet Information Services (IIS) version 7.0 |
See Also
Reference
add Element for handlers [IIS Settings Schema]