[Lifetime of variables][Applications][The Global.asa file][ASP Built-in Objects][Response Object]
[Request Objects][Content Linking]

ASP Built-in Objects

 

Object

Description

Application

This object is used to share information among all users of a given application

Response

This object is used to send output to the user

Request

This object is used to get information from the user

Server

This object is used to access properties and methods on the server

Session

This object is used to store information about or change settings for a user's session

ASP Scripting Objects

Object

Description

Dictionary

This object is used to store information

Drive

This object is used to access the properties of a disk drive or network

File

This object is used to access the properties of a file

FileSystemObject

This object is used to access the file system on the server

Folder

This object is used to access the properties of a folder

TextStream

This object is used to access the contents of a file