Chapter 23. Using ASP.NET Membership
IN THIS CHAPTER
</feature>In the previous chapter, you learned how to use the Login
controls to create an entire user registration system. This chapter looks under the covers and examines the security frameworks on which the Login
controls are built.
The ASP.NET Framework includes four frameworks related to security:
ASP.NET Authentication—. Enables you to identify users.
ASP.NET Authorization—. Enables you to authorize users to request particular resources.
ASP.NET Membership—. Enables you to represent users and modify their properties.
Role Manager—. Enables you to represent user roles and modify ...
Get ASP.NET 3.5 Unleashed 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.