WebEventCodes.InvalidViewStateMac 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 the supplied view state failed the integrity check. This field is constant.
public: int InvalidViewStateMac = 50203;
public const int InvalidViewStateMac = 50203;
val mutable InvalidViewStateMac : int
Public Const InvalidViewStateMac As Integer = 50203
Field Value
Value = 50203Remarks
InvalidViewStateMac is the detail code that specifies the cause of the view-state failure.
When the supplied view state fails the integrity check, ASP.NET raises a WebViewStateFailureAuditEvent with a major code of AuditInvalidViewStateFailure and a detail code of InvalidViewStateMac.