WebEventCodes.ApplicationShutdownChangeInSecurityPolicyFile Field

Definition

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 = 50006

Remarks

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.

Applies to

See also