System.Web.Configuration.HostingEnvironmentSection Class

Defines configuration settings that control the behavior of the application hosting environment. This class cannot be inherited.

See Also: HostingEnvironmentSection Members

Syntax

public sealed class HostingEnvironmentSection : System.Configuration.ConfigurationSection

Remarks

The System.Web.Configuration.HostingEnvironmentSection class provides a way to programmatically access and modify the values of the System.Web.Configuration.HostingEnvironmentSection section in the configuration file.When an ASP.NET application is unused for a specified amount of time, it can be unloaded from memory based on the HostingEnvironmentSection.IdleTimeout and HostingEnvironmentSection.ShutdownTimeout properties.

Requirements

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