[This is preliminary documentation and subject to change]
ASP Built
The ASP Built-in Object Reference contains description of the
following objects and their use:
- Application Object shares
information among all users of a given application
- ASPError Object obtains
information about an error condition that has occurred in script in
an ASP page
- ObjectContext Object either
commits or aborts a transaction, managed by Component Services,
that has been initiated by a script contained in an ASP page
- Request Object retrieves the
values that the client browser passed to the server during an HTTP
request
- Response Object sends output to
the client
- Server Object provides access
to methods and properties on the server. Most of these methods and
properties serve as utility functions
- Session Object stores
information needed for a particular user-session.
© 1997-2001 Microsoft Corporation. All rights reserved.