WebEventCodes.ApplicationShutdownChangeInSecurityPolicyFile 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 security policy file has changed. This field is constant.
public: int ApplicationShutdownChangeInSecurityPolicyFile = 50006;
public const int ApplicationShutdownChangeInSecurityPolicyFile = 50006;
val mutable ApplicationShutdownChangeInSecurityPolicyFile : int
Public Const ApplicationShutdownChangeInSecurityPolicyFile As Integer = 50006
Field Value
Value = 50006Remarks
ApplicationShutdownChangeInSecurityPolicyFile is the detail code that specifies the cause of the shutdown.
When the security policy file is changed, ASP.NET raises a WebApplicationLifetimeEvent with a major code of ApplicationShutdown and a detail code of ApplicationShutdownChangeInSecurityPolicyFile.