Team LiB
Previous Section Next Section

How To—Use Forms Authentication with SQL Server 2000

Overview

Web applications that use Forms authentication often store user credentials (user names and passwords) together with associated role or group lists in Microsoft® SQL Server™ 2000.

This How To describes how to securely look up user names and validate passwords against SQL Server 2000. There are two key concepts for storing user credentials securely:

For more information about validating user input for SQL commands and for validation functions, see “SQL Injection Attacks” in Chapter 12, “Data Access Security.


Team LiB
Previous Section Next Section