C
Chris
I am getting an intermittant 'Validation of viewstate MAC failed' when
people go to a particular page. I have tried setting:
enableEventValidation="false"
viewStateEncryptionMode ="Never"
in the page directive which seems to be the general fix. I am using a link
button to navigate to the page and I can't remember why did this but I
changed the postback URL to the page throwing up the error rather than just
using a link. Would posting to the page rather than a link cause my page to
see this as some kind of spoofing? As I have tried a variety of things I
would like to know which one is solving the problem.
people go to a particular page. I have tried setting:
enableEventValidation="false"
viewStateEncryptionMode ="Never"
in the page directive which seems to be the general fix. I am using a link
button to navigate to the page and I can't remember why did this but I
changed the postback URL to the page throwing up the error rather than just
using a link. Would posting to the page rather than a link cause my page to
see this as some kind of spoofing? As I have tried a variety of things I
would like to know which one is solving the problem.