System.Web.Management.WebEventCodes.ApplicationShutdownChangeInGlobalAsax Field

Represents the event code indicating that the Global.asax file has changed. This field is constant.

Value: 50003

Syntax

public const int ApplicationShutdownChangeInGlobalAsax

Remarks

WebEventCodes.ApplicationShutdownChangeInGlobalAsax is the detail code that specifies the cause of the shutdown.

When the Global.asax file is changed, ASP.NET raises a System.Web.Management.WebApplicationLifetimeEvent with a major code of WebEventCodes.ApplicationShutdown and a detail code of WebEventCodes.ApplicationShutdownChangeInGlobalAsax.

Requirements

Namespace: System.Web.Management
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0