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. usedautogeneratehas no effect.i added fixed machine key value
isolateappscomplains "decryption key specified has invalid hex characters".i removed
isolateapps, application pool stopped.
what else can do? why happens? thanks.
Comments
Post a Comment