If you get the error following error in your .NET app -

Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.

Please follow these instructions to resolve it.

VisitĀ http://aspnetresources.com/tools/machineKey and generate a machine key.

Place the key into your web.config within theĀ  node (do not use the key below) e.g.

validationKey='2EEA416CEFC6D6BE856ED57B97FB9CA7DFA CE17C073125949A1D682C80A44BB2A
D887DDDC13DBFB0954F1000FEE5757E99693F222F8E28CAA2E 6DAB8C4F99E0C'
decryptionKey='877478B2F33A74226ABEF55FDCC1A76E43F 1BBEA6241A592'
validation='SHA1' />

Close your browser and reload your website to test.



  • 14 Users Found This Useful
Was this answer helpful?

Related Articles

Updating Wordpress on our Windows Hosting

If you have secured WordPress correctly on our Windows hosting then the vast majority of your...

Is there a limit to the number of MSSQL databases you can create?

The only limitation for Microsoft SQL Server databases is the space, you can create unlimited...

Accessing MSSQL remotely

Remote access to any of our database servers is provided solely for periodic maintenance, backups...

Connection timeout or no file or directory listing when connecting via FTP

A common issue when trying to connect via FTP to a server is to receive a connection timeout or...

Enabling detailed error reporting on Windows Server (IIS7)

Windows Server 2008 (IIS7) by default displays non-detailed error messages. This is important for...