Created
August 4, 2014 08:25
-
-
Save anilsingh581/2e4768e9bd96d8cdbf77 to your computer and use it in GitHub Desktop.
I have AntiForgery validate issues .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error : | |
The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the <machineKey> configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster. | |
code: | |
AntiForgery.Validate(cookieToken, formToken); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It might help you http://www.code-sample.com/2015/03/top-10-security-risks-in-angularjs.html