WebEventCodes.AuditFileAuthorizationSuccess 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 success occurred during a Web request. This field is constant.
public: int AuditFileAuthorizationSuccess = 4004;
public const int AuditFileAuthorizationSuccess = 4004;
val mutable AuditFileAuthorizationSuccess : int
Public Const AuditFileAuthorizationSuccess As Integer = 4004
Field Value
Value = 4004Remarks
AuditFileAuthorizationSuccess is the major code for the health event related to the access of a file for which authorization is granted. When a file authorization is successful, ASP.NET raises a WebSuccessAuditEvent with a major code of AuditFileAuthorizationSuccess.