System.Web.Configuration.CompilationSection.NumRecompilesBeforeAppRestart Property

Gets or sets the number of dynamic recompiles of resources that can occur before the application restarts.

Syntax

[System.Configuration.ConfigurationProperty("numRecompilesBeforeAppRestart", DefaultValue="15")]
public int NumRecompilesBeforeAppRestart { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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 CompilationSection.NumRecompilesBeforeAppRestart property value every time an assembly is invalidated and fails to be deleted.

Requirements

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