|
ASP Login Page
|
Other links at ASP > Tutorials > User Authentication |
| 1. |
Validate logins with ASP, Access and cookies
|
|
|
This script will validate form input against field in a database. The script will connect to the database and query the database fields - if the form input matches the database, a cookie will be allocated which will remain across any further ASP pages, until destroyed. Page views of admin or member pages can then be validated by checking for the cookie, if the cookie is found, the user can continue and if the cookie is not found, the user is redirected back to the login screen.
|
| 3. |
Adding Site Registration using SQL Server and ASP
|
|
|
One of the most powerful enhancements for any site is to establish community and personalization features. In our new series, we are going to demonstrate how to add community and personalization features to your web-site. The first step to reach this goal is to allow user registration. In this first article, we show you how to add user registration to your site using SQL Server and ASP.
|
| 4. |
Database-Driven Login Script
|
|
|
This script lets you to build a login script. User can login a password protected page using his/her own login username and password. All usernames and passwords stored in a MS-Access database
|
| 5. |
Creating a Members Area in ASP
|
|
|
This is a complete tutorial on how to create your own members-only area on your website. The author writes "A frequent task for ASP developers is to create a members area style section of a website. This would normally involve registration, a login page, and then access to a section of the site that is only available to registered users. This tutorial will cover the steps needed to create all 3 sections."
|
|
|