Viewstate mac failed error in asp.net
How to resolve View state mac failed error while posting data to server.Please provide a solution.
some times it works fine but other is giving the error
<system.web>
<pages enableViewStateMac="False" />
</system.web>
<system.web>
<machineKey
validationKey="" decryptionKey="" validation="SHA1? decryption="AES" />
</system.web>
<system.web>
<pages enableViewStateMac="False" /></system.web>
<machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="SHA1" decryption="Auto>
<system.web>
<pages enableViewStateMac="False" />
</system.web>