Validation of viewstate MAC failed
ASP.NET
3
Posts
2
Posters
1
Views
1
Watching
-
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. N!dh! :)
Hi, Try setting the "EnableViewStateMac" property of the <%@Page...%> attribute to False.
Kind Regards Pratik Shah
-
Hi, Try setting the "EnableViewStateMac" property of the <%@Page...%> attribute to False.
Kind Regards Pratik Shah