Posted on: 11/6/2014 7:00:00 PM | Views : 1262

All web application platforms are potentially vulnerable to CSRF (Cross-Site Request Forgery) attacks. One way to prevent this sort of attack in an MVC application is to use an anti-forgery token.

Go to the complete details ...