Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  78
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Monday, October 13, 2008
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > User Management
Search
DevASP

What's New
What's Hot
Listings for Authentication Authentication (12)
Listings for Login Login (16)
Listings for Password Protection Password Protection (2)
Listings for Profiles & Cookies Profiles & Cookies (34)
Listings for Random Passwords Random Passwords (0)
Listings for User Management User Management (23)


Multi-User Login and Authentication Code       
Total Hits: 185  |  Today: 0 Author: Rahul Mahajan.       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article provides a fully functional code for protecting websites from unwanted visitors. The code is developed in ASP (Active Server Pages) and VBScript (Visual Basic Scripting). The aim of developing code in ASP and VBScript is because both languages are cross-browser compliant and give a more secured way to protect website content. The code runs on both session cookies (hidden cookies) and textual cookies (not the JavaScript ones). The session cookie gives more security to web content and...

Log In System       
Total Hits: 194  |  Today: 0 Author: vipin sharma       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code is for bignners. I've used two files for checking user name and password from the database. default.asp (ask for username & password check_user.asp Database Section. In database, first we make a table called "users" fields datatype
uid text, & pwd text....

Username logging for ASP.NET & ASP using an ISAPI Filter       
Total Hits: 196  |  Today: 0 Author: Shawn Cicoria       Rating:  
Read Reviews | Write Review |              Your Rating: 

This ISAPI filter provides a simple means of logging user names within the IIS logging mechanism of sites, that implement authentication schemes entirely within ASP.NET or ASP, or any framework that is not integrated with the ISAPI filter system.
This includes ASP.NET authentication methods Forms & Passport and any home-grown code that provides username authentication. This doesn't apply to authentication methods that use an ISAPI filter -- such as those within MS Site Server, AuthentiX and s...

Multi-User Login With Database-Based Authentication       
Total Hits: 233  |  Today: 0 Author: Rahul Mahajan       Rating:  
Read Reviews | Write Review |              Your Rating: 

Multiple User Accounts with User Authentication with the help of Database connection. I would like to share the ASP code prepared by me - Multi User Login & Authentication. It's a Multi-User Login code with new user registration, login, password retreving, account information, admin account etc. The code is written in ASP and VBscript....

Hey... I Remember You!       
Total Hits: 215  |  Today: 0 Author: Mitchell Harper       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article I'm going to show you how to create a simple "Remember Me" system that will allow your visitors to come to your site, signup, enter their login details only once and be remembered the next time they visit your site....

Get the IP address of your visitors in ASP?       
Total Hits: 217  |  Today: 0 Author: ASPdev       Rating:  
Read Reviews | Write Review |              Your Rating: 

In ASP you can get the IP address of your users from the Request.ServerVariables collection. The following ASP script will display the visitor’s IP on the screen:...

ASP User Account Manager   Version: 2.03       Price: $49.00   
Total Hits: 201  |  Today: 0 Author: Antonín Foller       Rating:  
Read Reviews | Write Review |              Your Rating: 

Contains simple objects for creating, deleting, managing and enumerating user accounts, groups, servers and domains. You can change any of the user or group properties. Works with VB/VBA (excel, word), IE, ASP, JS, VBS and T-SQL....

Generating Forms Authentication Compatible Passwords (SHA1)       
Total Hits: 1422  |  Today: 0 Author: Anthony Ogden       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is....

Spider Traps - Basic Concepts       
Total Hits: 329  |  Today: 0 Author: Tony Welsh       Rating:  
Read Reviews | Write Review |              Your Rating: 

Covering the basic concepts behind a modern spider trap, this guide discusses the core components you require to create and operate a spider trap through to the various techniques you can use to identify crawler or spider traffic - such as User-Agent checks, IP address checks and more advanced methods such as weighted results plus behavioural quirks and analysis....

IIS Log User-Agent Extractor       
Total Hits: 211  |  Today: 0 Author: Tony Welsh       Rating:  
Read Reviews | Write Review |              Your Rating: 

VB utility which extracts a complete list of all user-agents from a set of IIS log files, capable of auto-detecting the field layout, scanning through all available logs and then constructing a list which includes the user-agent string, the first and last times the UA made a request, the highest and lowest TCP/IP addresses this UA has ever been seen on and the total number of requests made. Output format can include a simplified text output or the full detail XML output....

Smart 404 Handler       
Total Hits: 163  |  Today: 0 Author: Tony Welsh       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP script created as a replacement for the default 404 error page which ships with IIS. Aside from allowing a more personal (not to mention useful) message than the default page provided, this script also allows 301 & 302 redirects to be issued based upon the page which generated to the 404 in the first place. This means pages which have been moved can automatically take the user to the new page, allowing the user to get what they want rather than spending time trying to find your missing pag...

Authentication Prompt       
Total Hits: 377  |  Today: 0 Author: Tony Welsh       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP script designed to provide multiple users with variable access levels. Uses the standard http-based authentication scheme and is composed of only ASP scripts - no DLL's, no global.asa changes, no NT authentication - to the casual observer it looks identical to the results produced by a htaccess-type script....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com