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. used autogenerate 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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -