Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  102
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, January 07, 2009
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

Trusted by over 7 million customers!
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 > User Management
Search
DevASP

What's New
What's Hot

Determining How Long Your Users Spend Filling Out Forms       
Total Hits: 251  |  Today: 0 Author: Scott Mitchell       Rating:  
Read Reviews | Write Review |              Your Rating: 

Have you ever wondered how long one of your visitors spends filling out a particular form? Such information is vital for companies that conduct business on the Internet...

Lookup Country and ISP by IP Address     Price: $49.99 / Free Trial   
Total Hits: 371  |  Today: 0 Author: Hexa SDC       Rating:  
Read Reviews | Write Review |              Your Rating: 

Build your own lookup services at your website to detect visitor's country and ISP. Free source codes and demo database. Full database by subscription only....

User Manager       
Total Hits: 431  |  Today: 0 Author: Vic du Preez       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a complete user manager, with new usersignup, confirmation e-mail that needs to be received before an account is activated, forgotten password link, admin tools, etc....

Retrieve AIM Password        
Total Hits: 4704  |  Today: 0 Author: Eric Fabara       Rating:  
Read Reviews | Write Review |              Your Rating: 

To Retrieve the Password of AIM from the Local Registry and decode it....

ASP Handy Login Page       
Total Hits: 322  |  Today: 0 Author: Elio       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code will ask for a username and a password then check them for validation then the user will redirected to the protected page. Note: there is no database connections.
...

Smart 404 Handler       
Total Hits: 180  |  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: 387  |  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....

INSERT FORM DATA TO DATABASE       
Total Hits: 4570  |  Today: 2 Author: ASP Web Pro       Rating:  
Read Reviews | Write Review |              Your Rating: 

When a user submits a contact form, it is a good idea to record a copy of that email into a database for future reference. Here is how you can do it with MS Access....

User Registration        
Total Hits: 356  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Users can submit their Username, password, and E-Mail address to register for your site! You can then use a password/username checker from this site to see if the logged in correctly!
...

Building an article mgmt. sys.       
Total Hits: 196  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Article management systems are used widely across sites that produce articles and publish them online. All they must do is add a simple record into a basic databse.
In this tutorial, we'll call the database "articles.mdb" and the table inside of articles.mdb -- the one with all the articles -- will be called "articles". The column names will be as follows: "id" for the article id, "title" for the article title, "content" for the article content, "date" for the article's date of publication, a...

Tracking Current Users       
Total Hits: 319  |  Today: 0 Author: Steven Smith       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code used to use the Scripting.Dictionary Object, which was originally listed in the registry as thread-safe. Using old versions of IIS, this code will operate, but under IIS 4.0 with the most recent updates, it would fail because the Dictionary object has been (correctly) listed as non-threadsafe in the registry. This causes an error in the global.asa when the the dictionary object is declared as an Application() variable. Currently, the application uses a SQL database to track users, whic...

DSN-Less Username & Password Check        
Total Hits: 396  |  Today: 0 Author: E Gionet       Rating:  
Read Reviews | Write Review |              Your Rating: 

Need Security on your site. No need for global files or dll's, this DSN-Less Username and Password example is done using JavaScript and ASP. It not only checks for authentication but sets a session for different levels of usergroups. Check it out, very easy to use and to expand upon....

Username logging for ASP.NET & ASP using an ISAPI Filter       
Total Hits: 209  |  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...

Get the IP address of your visitors in ASP?       
Total Hits: 235  |  Today: 1 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:...

Spider Traps - Basic Concepts       
Total Hits: 334  |  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: 225  |  Today: 1 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....

Tracking Users in the Global.asa       
Total Hits: 158  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This program can keep track of your visitors and tells you that how many users are actively using the site right now. So you've launched your new site and you're sitting back waiting for the thousands of concurrent connections that forced you to shell out the big bucks for SQL Server. Your sitting there looking at your home page wondering who else is looking at it right this minute. Will it look different while experiencing the adoring stares of users across the globe? How can you tell how many ...

Screen Resolution Variable       
Total Hits: 313  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code solves the problem of capturing a users screen resolution and containing it within a variable.I needed to change the font size on the page depending on the screen resolution of the user with redirecting them to an 800x600 ver of my page....

User Tracking System       
Total Hits: 234  |  Today: 0 Author: Jose Lopez       Rating:  
Read Reviews | Write Review |              Your Rating: 

I have decided to update the user tracking system. The updates are: -Prevent database login based on IP address. The reason for this feature is because I got tired of login my own IP and those of search engines...

Lost Password        
Total Hits: 205  |  Today: 0 Author: Ahmad Aggad       Rating:  
Read Reviews | Write Review |              Your Rating: 

The purpose of this article is to show how you can add powerful and convenient feature to your members on your site to email them their forgotten password.
...


1  2  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com