Anti CSRF implementation in MVC3
I have created custom attribute for default AntiForgeryToken validation on each ActionMethod. But when I run my application, I am getting an error message for a few ActionMethods saying:
A required anti-forgery token was … Continue reading Anti CSRF implementation in MVC3