ASP Tutorials - Herong's Tutorial Examples - Version 5.10, by Dr. Herong Yang
ASP Tutorials - Herong's Tutorial Examples
http://www.herongyang.com/ASP
Copyright © 1999-2019 by Dr. Herong Yang. All rights reserved.
This free book is a collection of notes and sample codes written by the author while he was learning ASP himself. Topics include ActiveX, ASP, attachment, binary file, collection, cookies, database, Guestbook, HTTP response header, IIS, language, MS Access, redirect, scripting, script debugger, script runtime DLL, session, VBScript.
Table of Contents
ASP (Active Server Pages) Introduction
What Is ASP (Active Server Pages)
Static, Client Scripting and Server Scripting Pages
IIS (Internet Information Services) 5.0
Making Sure IIS 5.0 Is Running
Making Sure IIS 5.0 Is Supporting ASP Pages
Mixing VBScript Statements with Static HTML Text
Variables and Expressions in VBScript
"Collection" Class in VBScript
"request" Object - Receiving Data from Client
"response" Object - Sending Data to Client
"server" Object - Sharing Data across Applications
"application" Object - Sharing Data within an Application
"session" Object - Sharing Data across ASP Pages
Properties and Methods of the "session" Object
HTTP Communication Level Debugging
HTTP Communication Log Example
Cookie Properties and Itemized Values
Managing Sessions with and without Cookies
Session ID Managed as a Cookie
Session Management Considerations
Managing Sessions without Cookies
scrrun.dll - Scripting Runtime DLL
"Dictionary" Class - Collection of Key-Value Pairs
"FileSystemObject" Class - File System
"TextStream" Class - Input or Output Stream
Managing Response Header Lines
Controlling Response Header Lines
Response Header Lines for Static Files
Controlling Response Header Line Example
Sending Binary Files to Browsers
Calculation Speed and Response Time
What Is ADO (ActiveX Data Object)?
"Connection" Class - Access Channel to Database
"RecordSets" Class - Query Output Records
glossary.asp - ADO Example Script
Working with MS Access Database
Connecting ASP Pages to MS Access Databases
"hello_access.asp" - MS Access Example
Persisting Data to MS Access Databases
Protecting Data in SQL Statements
Protecting Data in SQL Statements - Test Script
Guest Book Application Example
Keywords: ASP, Web Page, Script