Sunday, July 22, 2007

Authentication: User Authentication: Basics

Authenticating Users: MCSD Book Chapter 8: Pages 413-470:

Three major ways to authenticate and authorize users within an ASP.net web application:
Windows Authentication
Forms Authentication
Passport Authentication

All three authentication methods use the classes found in System.Web.Security

No comments:

Post a Comment