Built-in ASP Objects Reference

The Active Server Pages (ASP) framework provides six built-in objects:

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

This reference provides information about the built-in objects and their properties, methods, and events. For more information on server scripting with ASP pages, see Web Applications. For information about server components, see Installable Components for ASP.

Note  The examples in this reference use Microsoft?Visual Basic?Scripting Edition (VBScript) as the primary scripting language. However, ASP scripts can be written in any supported scripting language. For more information on how to change the primary language, see Working with Scripting Languages.