Murach's ASP.NET 3.5 with VB 2008
How to authenticate and authorize users
Using ASP.NET 3.5, you can limit access to web site pages to
authorized users only...without writing a single line of code.
This chapter shows you how.
|
|
|
|
Three types of authentication |
640 |
|
How forms-based authentication
works |
642 |
|
|
How to start the Web Site Administration
Tool |
644 |
|
How to enable forms-based authentication |
646 |
|
How to create and manage roles |
648 |
|
How to create and manage users |
650 |
|
How to create and manage access
rules |
652 |
|
How to modify the membership and
role provider |
654 |
|
|
How to use the Login control |
656 |
|
How to use the LoginStatus and
LoginName controls |
658 |
|
How to use the CreateUserWizard
control |
660 |
|
How to use the PasswordRecovery
control |
662 |
|
How to use the ChangePassword
control |
664 |
|
How to use the LoginView control |
666 |
|
|
The pages |
668 |
|
The directory structure |
672 |
|
The access rules |
672 |
|
The web.config files |
674 |
|
|
How to use the Membership class |
676 |
|
How to use the MembershipUser
class |
678 |
|
How to use the FormsAuthentication
class |
680 |
|
How to use the Roles class |
682 |
|
 |
|
|
|
|
© Copyright 1998-2009 Mike
Murach & Associates, Inc. All rights reserved.
|