Click to Rate and Give Feedback
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
ASP.NET
Forms Authentication Provider

Updated: November 2007

Forms authentication enables you to authenticate the user name and password of your users using a login form that you create. Unauthenticated requests are redirected to a login page, where the user provides credentials and submits the form. If the application authenticates the request, the system issues a ticket that contains a key for reestablishing the identity for subsequent requests.

The topics in this section describe how to use forms authentication to create a custom login system.

Note:

A convenient way to use forms authentication is to use ASP.NET membership (which stores user credentials) and the ASP.NET login controls (which you can use to create a login page).

Securing ASP.NET Web Sites

Provides links to all topics on security in ASP.NET security.

Managing Users by Using Membership

Provides information about managing user names and passwords with built-in ASP.NET classes.

ASP.NET Login Controls Overview.

Provides information about controls you can use to create pages for logging in, managing passwords, and creating new users.

Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker