|
ASP Built-in Objects
Object Description
Application The Application Object is used to share information
among all users of
a given application
Response The Response Object is used to send output to the user
Request The Request Object is used to get information from the
user
Server The Server Object is used to access properties and
methods on the
server
Session The Session Object is used to store information about or
change
settings for a user's session
ASP Scripting Objects
Object Description
Dictionary The Dictionary object is used to store information
Drive The Drive Object is used to access to the properties of a
disk drive
or network
File The File Object is used to access the properties of a file
FileSystemObject The FileSystemObject object is used to access
the file system on the
server
Folder The Folder Object is used to access the properties of a
folder
TextStream The TextStream Object is used to access the contents
of a file
|