- - Go to the Web.Config and add this code -
- <system.web>
- <pages enableViewStateMac="false" />
- </system.web>
- - You need add only -> enableViewStateMac="false" between <system.web><pages> & </pages></system.web> if they already exist having other directives under them.