kentico_ondrejv
-
11/18/2008 8:48:43 AM
RE:Web Farm Error
Hi Andy,
You should put machineKey setting in your web.config. Here is an example:
<machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="SHA1" />
But you will need to insert your own keys instead of 'AutoGenerate' setting. Or you can disable viewstate MAC validation by setting enableViewStateMac property of <page> element to false. You can find more information at:
http://msdn2.microsoft.com/en-us/library/950xf363.aspx
http://msdn2.microsoft.com/en-us/library/w8h3skw9.aspx
http://aspadvice.com/blogs/joteke/archive/2006/02/02/15011.aspx
Best regards, Ondrej Vasil
|