tags:

views:

8

answers:

0

Hello,

I have created a simple html form asp.net 2.0, with 2 textboxes and one submit button. On button click I am validation these both textbox values. At that time My action is same page i.e "http://lmenaria.com/mypage.aspx", but if both button are valid then I changed the Form Action to new site 'http://laxmilal.com/newpage.aspx". Form Method is POST.

I got error at "http://laxmilal.com/newpage.aspx". So what should I do.

"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"

I tried the Machincekey same on both site but no trick.

Tried these on Page level "validateRequest="false" enableEventValidation="false" viewStateEncryptionMode ="Never" but no trick, So please let me know how Can I Solve that.

Thanks in advance Laxmilal Menaria