Configures an System.Web.Configuration.HttpHandlersSection configuration section. This class cannot be inherited.
See Also: HttpHandlerAction Members
The System.Web.Configuration.HttpHandlerAction class provides a way to programmatically access and modify the add element of the httpHandlers configuration section.
This type is part of a group that includes the System.Web.Configuration.HttpHandlerActionCollection and the System.Web.Configuration.HttpHandlersSection types.
The System.Web.Configuration.HttpHandlerAction can read and write information from and to the related section of the configuration file according to the section property System.Configuration.SectionInformation.AllowDefinition whose value is System.Configuration.ConfigurationAllowDefinition.Everywhere.
ASP.NET searches for the handler assembly DLL in the application's private \bin directory first, and then it searches in the system assembly cache.