WebEventCodes.AuditUrlAuthorizationFailure 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 URL-authorization failure occurred during a Web request. This field is constant.
public: int AuditUrlAuthorizationFailure = 4007;
public const int AuditUrlAuthorizationFailure = 4007;
val mutable AuditUrlAuthorizationFailure : int
Public Const AuditUrlAuthorizationFailure As Integer = 4007
Field Value
Value = 4007Remarks
AuditUrlAuthorizationFailure is the major code for the health event related to the use of a URL for which authorization is not granted. When the URL-authorization failure occurs, ASP.NET raises a WebFailureAuditEvent with a major code of AuditUrlAuthorizationFailure.