WebEventCodes.ApplicationShutdownChangeInSecurityPolicyFile Fält

Definition

Representerar händelsekoden som anger att säkerhetsprincipfilen har ändrats. Det här fältet är konstant.

public: int ApplicationShutdownChangeInSecurityPolicyFile = 50006;
public const int ApplicationShutdownChangeInSecurityPolicyFile = 50006;
val mutable ApplicationShutdownChangeInSecurityPolicyFile : int
Public Const ApplicationShutdownChangeInSecurityPolicyFile As Integer  = 50006

Fältvärde

Value = 50006

Kommentarer

ApplicationShutdownChangeInSecurityPolicyFile är den informationskod som anger orsaken till avstängningen.

När säkerhetsprincipfilen ändras genererar ASP.NET en WebApplicationLifetimeEvent med en huvudkod för ApplicationShutdown och en detaljkod för ApplicationShutdownChangeInSecurityPolicyFile.

Gäller för

Se även