ASP.NET Security Tutorials

There are so much information on ASP.NET Membership/Roles/Login/Profile, as you might have noticed the number of posts I gathered under the “Membership” category. Our of everything, Microsoft’s official Security tutorials would be the place I choose to start, and more of these tutorials are still actively being added.

  1. Security Basics and ASP.NET Support
  2. An overview of Forms Authentication
  3. Forms Authentication Configuration and Advanced Topics
  4. Creating the Membership Schema in SQL Server
  5. Creating User Accounts
  6. Validating User Credentials Against Membership User Store
  7. User-Based Authorization
  8. Storing Additional User Information
  9. Creating and Managing Roles
  10. Assigning Roles to Users
  11. Role-Based Authorization
  12. Building an Interface to Select One User Account from Many
  13. Recovering and Changing Passwords
  14. Unlocking and Approving User Accounts

By Bryan Xu