I have the following error:
Validation of viewstate MAC failed.
If this application is hosted by a web Farm or cluster,
ensure that <machinekey> configuration specifies the same validationKey and validation algorithm.
Autogenerate cannot be used in a cluster.
http://go.microsoft.com/fwlink/?LinkID=314055
Then I follow that link to find out, what is the problem. Based on that link, the 1st resolution for that problem is Create an explicit element. Which is better to generate from PowerShell. I am trying to run the script from windows powershell, but don't know where's the result after I copy and paste that script into powershell screen.
There are some resolution to fix this error message. I have two questions:
1. Where is the machineKey that has been generate from Powershell? I couldn't find the result.
2. Does anybody know how to fix this error?
Thank you.