Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that
Solution:
Edit Web.config, and add the line below:
"
<>
< enableviewstatemac="false">
< / system . web>
"or
Edit the page that is getting loaded
<%@ blah....blah..blahh..... enableViewStateMac="False" %>

No comments:
Post a Comment