Best Tutorials website
Latest tutorials

Advertisment

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: 829 | 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: 798 | 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: 763 | 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: 837 | Rating star | by Mathew
ASP - User Authentication

Building a Registration Database

Building a Registration Database

In this part 3 of 'Using ASP for Form Handling', you will be shows how to put the form data gathered into a database. Shows how to...


Views: 843 | Rating star | by Steve
ASP - User Management

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: 805 | Rating star | by Slicer
ASP - User Authentication

ASP.NET Table Searching

ASP.NET Table Searching

This is a very quick time application built using Microsoft ASP.NET. Its basic purpose is to show the power and Rapid Application Development...


Views: 521 | Rating star | by Donald
ASP - Database Related

Flash and ASP

Flash and ASP

The potential of 'Flash and ASP' has not yet been fully realized and there are not many articles or guides on the web to help you through...


Views: 541 | Rating star | by Troy
ASP - Miscellaneous

ASP and log files

ASP and log files

Several methods to create hi-speed log files in ASP/VBS using Scripting.FileSystemObject and LogFile class of ScriptUtils. VBS Samples and...


Views: 519 | Rating star | by Nick
ASP - Miscellaneous

Download multiple files in one http request

Download multiple files in one http request

This article shows a way to download multiple files in one http request. It let's you send an HTML page along with image preview, prepare more...


Views: 752 | Rating star | by Stephen
ASP - Form Processing

Compact MDB database

Compact MDB database

Two ways to compact (compress) MDB database directly from the ASP/VBS using DAO 3.5 or JRO (MDAC 2.1).


Views: 579 | Rating star | by Tutorial
ASP - Database Related

ASP XML Admin Control

ASP XML Admin Control

This is a small Web Application, this contains basic XML functions using ASP including a XML driven user authentication, adding new records,...


Views: 892 | Rating star | by John
ASP - XML and ASP

Add pop3 user email account to a windows 2003 pop3 service using script

Add pop3 user email account to a windows 2003 pop3 service using script

Lets you add an user email account to windows 2003 pop3 service using script or other programming environment. The script bellow is written in VBA...


Views: 845 | Rating star | by Jarry
ASP - Email Systems

Creating rate my site type of script

Creating rate my site type of script

See how your visitors rate your website with this easy to use and tweak asp script.


Views: 869 | Rating star | by Mark
ASP - Polls and Voting

How to connect to MS Access Database Using ASP

How to connect to MS Access Database Using ASP

This tutorial documents code for connecting to a MS Access Database using the DSN-Less approach. With DNS-Less approach all you have to do in your...


Views: 512 | Rating star | by Adam
ASP - Database Related

Add an email account to a windows 2003 pop3 service using script

Add an email account to a windows 2003 pop3 service using script

Let's you add an user email account to windows 2003 pop3 service using script. The script is written in VBA 6 (You can use it in Visual basic...


Views: 827 | Rating star | by Sarah
ASP - Email Systems

Replace relative HTML links to absolute

Replace relative HTML links to absolute

Simple replace function - replaces relative links to absolute base links in HTML href and src attributes and a, img and link tags. It works in ASP...


Views: 817 | Rating star | by Amy
ASP - Site Navigation

Batch change of ID3 tags by VB Script in MP3 and other files.

Batch change of ID3 tags by VB Script in MP3 and other files.

Let's you read and replace ID3 tags in mp3 media files. You can replace tags all files in one folder, disk or computer. Let's you change...


Views: 810 | Rating star | by Stephen
ASP - Content Management

Some support VBA functions for mailenable mail server

Some support VBA functions for mailenable mail server

Short support functions - Create a postoffice, add a domain to the postoffice, add a mailbox, login, user account and a smtp email address,...


Views: 749 | Rating star | by Mark
ASP - Email Systems

Dynamic Excel Reports with ASP

Dynamic Excel Reports with ASP

You will find here a script that will show you how to create a real Excel file (spreadsheet in biff8 format) from asp without having MS Excel. The...


Views: 828 | Rating star | by Marry
ASP - Excel and ASP