WebEventCodes.AuditUrlAuthorizationSuccess 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 a URL-authorization success occurred during a Web request. This field is constant.
public: int AuditUrlAuthorizationSuccess = 4003;
public const int AuditUrlAuthorizationSuccess = 4003;
val mutable AuditUrlAuthorizationSuccess : int
Public Const AuditUrlAuthorizationSuccess As Integer = 4003
Field Value
Value = 4003Remarks
AuditUrlAuthorizationSuccess is the major code for the health event related to the use of a URL for which authorization is granted. When a URL is successfully authorized, ASP.NET raises a WebSuccessAuditEvent with a major code of AuditUrlAuthorizationSuccess.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.