WebEventCodes.AuditFileAuthorizationFailure 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 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 = 4008Remarks
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.