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 = )] public int NumRecompilesBeforeAppRestart { get; set; }
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note