Release 1.0 - ...
<handlers> element
Maps incoming requests to the appropriate handler according to the URL and the HTTP verb that is specified in the request.
The example below shows a typical httpHandlers section for a Smartsite web.config.
Example
XML |
Copy Code
|
<handlers>
<add name="ResourceHandler2" path="*/res/*/*" verb="*" type="Smartsite.AspNet.Bridge.ResourceHandler,Smartsite.AspNet.Bridge" preCondition=""/>
<add name="ResourceHandler" path="*/res/*" verb="*" type="Smartsite.AspNet.Bridge.ResourceHandler,Smartsite.AspNet.Bridge" preCondition=""/>
<add name="net" path="*.net" verb="*" type="Smartsite.AspNet.Bridge.Handler,Smartsite.AspNet.Bridge" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode,runtimeVersionv2.0"/>
<add path="*/*.net" verb="*" type="Smartsite.AspNet.Bridge.Handler,Smartsite.AspNet.Bridge" name="Bridge" preCondition=""/>
</handlers>
|
Attributes
None.
Parent element
Element name |
Description |
<system.webServer> |
Specifies the root element for the IIS 7 configuration section and contains configuration elements that configure settings used by the Web server engine and modules.
|
Child elements
None.