Share via


Accessing ASP Built-In Objects from ASP Pages

Using Active Server Pages (ASP) built-in objects, you can access all available information regarding the Web server, the user who is accessing a Web page, the Web application that contains the Web page, and the fields in the HTTP request and response stream. You can access this information from a Web page, a Component Object Model (COM) component, or an Internet Server API (ISAPI) application.

The ASP built-in objects are organized by the type of information they contain. If you are developing an ASP script, use the object classes listed in the following table:

Related Topics