Object Reference

The Active Server Pages framework provides five built-in objects:

· Application

· Request

· Response

· Server

· Session

The built-in objects are special because they are built into Active Server Pages and do not need to be created before you can use them in scripts.

This reference provides information about each of the built-in objects and their properties, methods, and events. For more information on server scripting with Active Server Pages, see the Active Server Pages Scripting Guide. For information about server components, see the Component Reference.

Note The examples in this reference use Microsoft® Visual Basic® Scripting Edition (VBScript) as the primary scripting language. However, Active Server Pages scripts can be written in any supported scripting language. For more information on how to change the primary language, see Setting the Primary Scripting Language in the Active Server Pages Scripting Guide.


© Microsoft Corporation. All rights reserved.