Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that
Answer:-
if u get this error just add attribute EnableViewStateMac="false" in page tag
Example:-<%@ Page Language="C#" EnableViewStateMac="false" >
No comments:
Post a Comment