WebEventCodes.ApplicationShutdownPhysicalApplicationPathChanged Field

Definition

Represents the event code indicating that the physical path of the application has changed. This field is constant.

public: int ApplicationShutdownPhysicalApplicationPathChanged = 50012;
public const int ApplicationShutdownPhysicalApplicationPathChanged = 50012;
val mutable ApplicationShutdownPhysicalApplicationPathChanged : int
Public Const ApplicationShutdownPhysicalApplicationPathChanged As Integer  = 50012

Field Value

Value = 50012

Remarks

ApplicationShutdownPhysicalApplicationPathChanged is the detail code that specifies the cause of the shutdown.

When the physical path of the application is changed, ASP.NET raises a WebApplicationLifetimeEvent with a major code of ApplicationShutdown and a detail code of ApplicationShutdownPhysicalApplicationPathChanged.

Applies to

See also