WebEventCodes.ApplicationShutdownMaxRecompilationsReached Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event code indicating that the maximum number of recompilations was reached. This field is constant.
public: int ApplicationShutdownMaxRecompilationsReached = 50015;
public const int ApplicationShutdownMaxRecompilationsReached = 50015;
val mutable ApplicationShutdownMaxRecompilationsReached : int
Public Const ApplicationShutdownMaxRecompilationsReached As Integer = 50015
Field Value
Value = 50015Remarks
ApplicationShutdownMaxRecompilationsReached is the detail code that specifies the cause of the shutdown.
When the maximum number of recompilations is reached, ASP.NET raises a WebApplicationLifetimeEvent with a major code of ApplicationShutdown and a detail code of ApplicationShutdownMaxRecompilationsReached.