CompilationSection.NumRecompilesBeforeAppRestart Property
Gets or sets the number of dynamic recompiles of resources that can occur before the application restarts.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("numRecompilesBeforeAppRestart", DefaultValue := 15)> Public Property NumRecompilesBeforeAppRestart As Integer
Property Value
Type: System.Int32A value indicating the number of dynamic recompiles of resources that can occur before the application restarts. The default is 15 recompilations.
Indicates the number of dynamic recompiles of resources that can occur before the application restarts. This attribute is supported at the global and application configuration levels, but not at the directory configuration level.
Note |
|---|
ASP.NET increases the NumRecompilesBeforeAppRestart property value every time an assembly is invalidated and fails to be deleted. |
The following code example demonstrates how to use the NumRecompilesBeforeAppRestart property. This code example is part of a larger example provided for the CompilationSection class.
Available since 2.0
