User Authentication

ASP Authentication Using IP Address

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.

Building a Registration Database

In this part 3 of "Using ASP for Form Handling", you will be shows how to put the form data gathered into a database. Shows how to develop a working registration system, set up the database and make it accessible via the web.

Login page in ASP through Access DB

You will find here a sample script showing you how you can protect a reserved area of your website with a simple login page. The script is using an access sample database.