I have an ASP.NET MVC application that I would like to have both public and private features. Typically this is done by implementing an authentication / authorization gateway to gain access to the private features. Previously I
Note: This is a continuation of a series of posts on the design and development of a web application for a non-profit organization. Previous posts: Part 1: Securing Web Presence Part 2: High Level Design Part 3:
The following are some best practices that should be considered and are easy to implement in ASP.NET MVC. I am not a security ‘guru’. In fact there is a lot about security that I am learning. New