WebEventCodes.AuditFileAuthorizationFailure Field

Definition

Represents the event code indicating that a file-authorization failure occurred during a Web request. This field is constant.

public: int AuditFileAuthorizationFailure = 4008;
public const int AuditFileAuthorizationFailure = 4008;
val mutable AuditFileAuthorizationFailure : int
Public Const AuditFileAuthorizationFailure As Integer  = 4008

Field Value

Value = 4008

Remarks

AuditFileAuthorizationFailure is the major code for the health event related to the access of a file for which authorization is not granted. When a file-authorization failure occurs, ASP.NET raises a WebFailureAuditEvent with a major code of AuditFileAuthorizationFailure.

Applies to

See also