The Visual Basic ASP objects are as follows:
Application object shares information among all users of a given application.
ASPError object retrieves information about an error condition that has occurred in script in na ASP page.
ObjectContext object commits or aborts a transaction.
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.
Session object stores information needed for a particular user session.