Severity: Medium
Invicti detected that MAC validation is disabled in ViewState data.
<%@Page EnableViewStateMAC=true %>
web.config
files. Apply the following configuration for your application's web.config
file.<System.Web> <pages enableViewStateMac="true"> </System.Web>