System.Web.Configuration.HttpRuntimeSection Class

Configures the ASP.NET HTTP runtime. This class cannot be inherited.

See Also: HttpRuntimeSection Members

Syntax

public sealed class HttpRuntimeSection : System.Configuration.ConfigurationSection

Remarks

The System.Web.Configuration.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 and can be used at any level in the configuration hierarchy.

The System.Web.Configuration.HttpRuntimeSection section contains directives that manage the following:

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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0