V
Victor
my website is based on form authentication. in my web.config I have
something like
<authentication mode="Forms">
<forms name=".ASPXAUTH"
loginUrl="~/modules/Login.aspx"
protection="All"
timeout="20"
/>
</authentication>
Everytime user timeout, the system will kick him back to the login page and
asked them to sign in again. it works fine for IE and safari. But in Firefox
funny thing happen, everytime it's timeout and I tried to login again. error
comes out. the error message is
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 can not be used in a cluster.
I do not have webfarm in my development environment.
In my login page, I put a login control with totally customized template
inside a updatepanel. Can anyone help me on this? why this happen and how to
resolve this?
Thx a lot
Victor
something like
<authentication mode="Forms">
<forms name=".ASPXAUTH"
loginUrl="~/modules/Login.aspx"
protection="All"
timeout="20"
/>
</authentication>
Everytime user timeout, the system will kick him back to the login page and
asked them to sign in again. it works fine for IE and safari. But in Firefox
funny thing happen, everytime it's timeout and I tried to login again. error
comes out. the error message is
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 can not be used in a cluster.
I do not have webfarm in my development environment.
In my login page, I put a login control with totally customized template
inside a updatepanel. Can anyone help me on this? why this happen and how to
resolve this?
Thx a lot
Victor