Chapter 26. Custom Membership Providers

In the previous chapters, you learned all the necessary details for authenticating and authorizing users with ASP.NET through both forms authentication and Windows authentication. You learned that with forms authentication on its own, you are responsible for managing users (and roles if you want to implement role-based authorization in your application) in a custom store.

Fortunately, ASP.NET ships with the membership API and the roles API, which provide you with a framework for user and roles management. You learned the details about the membership API in Chapter 21, and you learned about the roles API in Chapter 23. You can extend the framework through providers that implement the actual access to the underlying ...

Get Pro ASP.NET 4 in VB 2010, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.