HttpRuntimeSection Class
.NET Framework 3.0
Configures the ASP.NET HTTP runtime. This class cannot be inherited.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The HttpRuntimeSection allows you to handle those parameters that affect the behavior of the ASP.NET runtime.
It refers to the node in the configuration file that is indicated by the httpRuntime Element (ASP.NET Settings Schema) tag and can be used at any level in the configuration hierarchy.
The HttpRuntimeSection section contains directives that manage the following:
-
Request execution timeouts.
-
Directives to thread scheduling at the application level.
-
Directives that govern application queue limits.
-
Request length.
When running more than one application in a single process, you should lock down this section so that applications cannot elevate their relative priority to one another.
| Topic | Location |
|---|---|
| Walkthrough: Deploying an ASP.NET Web Application Using XCOPY | Building ASP .NET Web Applications |
| Walkthrough: Deploying an ASP.NET Web Application Using XCOPY | Building ASP .NET Web Applications |
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Web.Configuration.HttpRuntimeSection
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Web.Configuration.HttpRuntimeSection
Community Additions
ADD
Show: