System.Web
2.0.0.0
System.Configuration.ConfigurationSection
The class provides a way to programmatically access and modify the values of the 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 and properties.
Defines configuration settings that control the behavior of the application hosting environment. This class cannot be inherited.
Constructor
The constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the class by using the method.
Initializes a new instance of the class by using default settings.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("idleTimeout", DefaultValue="10675199.02:48:05.4775807")
System.Configuration.TimeSpanValidator(MinValueString="00:00:00", MaxValueString="10675199.02:48:05.4775807")
System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanMinutesOrInfiniteConverter))
System.TimeSpan
To be added.
The default value for the property is "Infinite". This setting can be set at the machine or application level. If this setting is defined at any other level, it is ignored.
Gets or sets the amount of time, in minutes, before unloading an inactive application.
2.0.0.0
Property
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("shadowCopyBinAssemblies", DefaultValue="True")
System.Boolean
To be added.
To be added.
Gets or sets a value indicating whether the assemblies of an application in Bin are shadow copied to the application's ASP.NET Temporary Files directory.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("shutdownTimeout", DefaultValue="00:00:30")
System.Configuration.TimeSpanValidator(MinValueString="00:00:00", MaxValueString="10675199.02:48:05.4775807")
System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsConverter))
System.TimeSpan
To be added.
The default value for the property is 30 seconds. This setting can be set at the machine or application level. If this setting is defined at any other configuration level, it is ignored. If a debugger is attached to the application, the application will not be shut down.
Gets or sets the amount of time, in seconds, to gracefully shut down the application.
2.0.0.0