|
|
| Authentication [+] Favor-It | |
| |
 |
| | Sort By:
|
This tutorial explains Authentication: What it is, how you work with it, and what options are currently available to you. Then each choice is described in more detail to help you decide which is the best way for you. Author: Kevin Flick Code: ASP 2.0 & VBScript |
One of the advantages of requiring user authentication is that you can use the logon information in your Active Server Page (ASP). Author: asp101.com Code: ASP 3.0 |
This article explains how to control application access by validating the user's login and password against a SQL 2000 database. Once validated, the user gets a one time pad Access Code generated by SQL 2000 server. Author: Valko Yotov Code: ASP 3.0 & VBScript |
|  | |
This code shows your visitors the Basic Authentication dialog (or NT Login Dialog). It also returns the password and the username.
Author: Almar Joling Code: ASP 3.0 & VBScript |
Authenticates a user to make sure if they have previously logged into the site. Requires Session("UserID") to be populated. This usually represents the Users ID within a data base. Author: Lewis Moten Code: ASP 3.0 & VBScript |
This method can be used to authenticate users by letting them entering their email address and password. This method is highly secure due to its use of the MD5 algorithm to send the password encrypted. Author: Robin Schuil Code: ASP 3.0 & VBScript |
This step-by-step guide explains the correct ASP syntax for retrieving user authentication information from a Web site visitor. Author: Microsoft Code: ASP 3.0 & VBScript |
|  | |
In this article, Xicoloko will show you how to authenticate users so as to protect pages from being seen without permission. Author: Xicoloko Code: ASP 3.0 & VBScript |
This tutorial explains how to implement custom security via a database. It uses scripts and provides source code. Author: ASP Quick Lessons Code: ASP 2.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|