Severity: Low
Netsparker detected that ViewState Encryption is disabled.
<%@Page ViewStateEncryptionMode="Always" %>You can also set this option for the whole application by using
web.config
files. Apply the following configuration for your application's web.config
file.
<System.Web> <pages viewStateEncryptionMode="Always"> </System.Web>