October 2010
Intermediate to advanced
1920 pages
73h 55m
English
• Summary
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 ...