Monday, 15 April 2013

Validation of viewstate mac failed

Per my finding issue cause due to "EnableViewStateMac" property is by default true . we need to false "EnableViewStateMac" property in web.config file.
I have made below changes under web.config file and its working fine.
web.config change:-
<asp:Page EnableViewStateMac="False" />

No comments:

Post a Comment