asp.net mvc - anti-forgery token could not be decrypted -
some forms in asp.net website cause "anti-forgery token not decrypted" exception. tried of solutions did not work:
i dont't have duplicate
@html.antiforgerytoken()
in form.i dont't use web farm tried adding
machinekey
. usedautogenerate
has no effect.i added fixed machine key value
isolateapps
complains "decryption key specified has invalid hex characters".i removed
isolateapps
, application pool stopped.
what else can do? why happens? thanks.
Comments
Post a Comment