Validation of viewstate MAC failed Print

  • viewstate, mac
  • 1

Validation of viewstate MAC failed. Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.

If your seeing this error, this can usually be resolved by defining the machine key in your application web.config.
You can generate your own machine key by following the instructions here.

<configuration>
<system.web>
<machineKey ... />
</system.web>
</configuration>


If your still seeing issues, please don't hesitate to contact support for further assistance.


Looking for reliable Windows hosting with Award Winning Customer Support?
Grab your hosting today with a 20% discount. All plans come with our 60 Money Back Guarantee!

Check out our plans & promotions on our website -- https://www.peopleshost.com/


Was this answer helpful?

« Back