WebEventCodes.ApplicationShutdownPhysicalApplicationPathChanged 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 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 = 50012Remarks
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.