Hi,
I have recently started a personal project that uses ASP.NET MVC (RC1 at the time of writing). My background is traditional ASP.NET WebForms development.
My knowledge ASP.NET MVC is limited, so I would like your input on how to best approach authentication, input validation and protection against common attacks (XSS, XSRF, etc).
I’ll start by listing a few articles Stephen Walther posted on his blog:
- Tip #7 - Prevent JavaScript Injection Attacks with Html.Encode
- Tip #10 - Prevent URL Manipulation Attacks
- Tip #46 – Don’t use Delete Links because they create Security Holes
Validation:
Thanks,
Arnie