This article describes how
One of the most powerful
This script will validate
This is a quick and easy
you can secure ASP
enhancements for any site is
form input against field in
guide to building an
applications using simple,
to establish community and
a database. The script will
authentication system in
but quite effective
personalization features. In
connect to the database and
ASP. First, it explains
authentication schemes. This
our new series, we are going
query the database fields -
Authentication: What it is,
article uses a very simple
to demonstrate how to add
if the form input matches
how you work with it, and
way to achieve this. Just
community and
the database, a cookie will
what options are currently
follow the steps and you
personalization features to
be allocated which will
available to you. Then, it
have a secure login system.
your web-site. The first
remain across any further
explains each choice in more
step to reach this goal is
ASP pages, until destroyed.
detail to help you decide
to allow user registration.
Page views of admin or
which is the best way for
In this first article, we
member pages can then be
you to authenticate your web
show you how to add user
validated by checking for
users.
registration to your site
the cookie, if the cookie is
using SQL Server and ASP.
found, the user can continue
and if the cookie is not
found, the user is
redirected back to the login
screen.
Date: Jan, 25 2000 Date: Aug, 11 2000 Date: Aug, 27 2003 Date: Jul, 05 2000 |