Hi,
I have an project developed in ASP.net 1.1
I converted it to .net 2.0
It work as it is.But I am not able to add new forms in it.
At run time it gives me 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.
Where I go wrong?
I have an project developed in ASP.net 1.1
I converted it to .net 2.0
It work as it is.But I am not able to add new forms in it.
At run time it gives me 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.
Where I go wrong?
Comment