I am currently working on an Asp.Net MVC3 project for a front end eCommerce site. I am doing some research in to security of the controller actions, in particular XSS etc. Could anyone point me to some relevant articles and/or blog posts that would assist me with securing my application?
Asked
Active
Viewed 610 times
-6
-
Did you google it ? http://stackoverflow.com/questions/3955658/how-do-you-avoid-xss-vulnerabilities-in-asp-net-mvc and http://haacked.com/archive/2010/04/06/using-antixss-as-the-default-encoder-for-asp-net.aspx – Shyju Aug 17 '12 at 17:29
2 Answers
0
Here is the MVC Security Overview from ASP.net/MVC
This is a FREE video from Pluralsight that covers MVC3 security including XSS, Windows Authentication, Forms Authentication, and the ASP.net Membership Provider. MVC3 Security
Here are some additional links on the topic:

Tarzan
- 4,270
- 8
- 50
- 70