User Authentication
If you want to allow only certain users to visit your Web site, or want to restrict certain users to
certain portions of your site, then you need to provide user authentication. There are a number of approaches
to tackle authentication...
The following list is a number of useful links to articles on various authentication techniques:
AUTHENTICATION BASICS:
Authentication Overview
Basic Authentication vs. NT Challenge/Response
ASP Login and Password script
AUTHENTICATION TECHNIQUES
Classic ASP Techniques:
ASP.NET Techniques:
AUTHORIZATION TECHNIQUES (RESTRICTING ACCESS)
Classic ASP Techniques:
ASP.NET Techniques:
If you have any links to good authentication articles, send them in!
Happy Programming!