June 2006
Intermediate to advanced
1992 pages
36h 23m
English
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 ...