Defines configuration settings that control the behavior of the application hosting environment. This class cannot be inherited.
See Also: HostingEnvironmentSection Members
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.