Hello. I'm about to begin building an e-commerce website using c#, ASP.Net MVC 2, IIS7 and SQL 2008. The site will allow users to login, make purchases, and manage their orders. Obviously, there's a need for strong security here. I've been searching around on SO and Google for a single definitive guide that covers enough on security to allow me to...
- learn where security needs to be a consideration and...
- how to implement it properly on the Windows stack.
This will be my first e-commerce site that I'm building from scratch. Is there a definitive or idiots guide to implementing strong web security for all aspects of an e-commerce site using ASP.Net MVC 2/SQL 2008?
Thanks so much in advance for all your help!