Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Error-viewstate MAC failed  (Read 3323 times)

0 Members and 1 Guest are viewing this topic.

dustin

  • Guest
Error-viewstate MAC failed
« on: April 26, 2014, 01:41:20 pm »
While accessing a website, we will get an error like.
 
===
Validation of viewstate MAC failed
===
 
Inorder to fix this issue, add the following contents in web.config.
 
====
<system.web>
<pages enableViewStateMac=”false” />
</system.web>
====