Best Tutorials website
Latest tutorials

Advertisment

Creating a Members Area in ASP

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...


Views: 836 | Rating star | by Brad
ASP - User Authentication

Validate logins with ASP, Access and cookies

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...


Views: 814 | Rating star | by Source
ASP - User Authentication

Authentication Tutorial

Authentication Tutorial

This is a quick and easy guide to building an authentication system in ASP. First, it explains Authentication: What it is, how you work with it,...


Views: 782 | Rating star | by Troy
ASP - User Authentication

Simple ASP Authentication System

Simple ASP Authentication System

This article describes how you can secure ASP applications using simple, but quite effective authentication schemes. This article uses a very...


Views: 749 | Rating star | by Mark
ASP - User Authentication

ASP Authentication Using IP Address

ASP Authentication Using IP Address

This article explains how to control web application access by validating the user’s login and password against a database using Active...


Views: 821 | Rating star | by Mathew
ASP - User Authentication

Using Active Directory in ASP.NET

Using Active Directory in ASP.NET

This article is first in the series demonstrating the use of Active Directory in ASP.NET. Of course all the demo code is written in language of...


Views: 788 | Rating star | by Slicer
ASP - User Authentication