This section describes the intrinsic COM objects (ASP built-in objects) that are available to ASP pages. Using ASP built-in objects, you can access to information regarding the Web server,
- the client who is accessing a Web page,
- the Web application that contains the Web page, and
- the fields in the HTTP request and response streams.
The ASP built-in objects are organized by the type of information they contain.
The information in ASP built-in objects can also be obtained in a COM component or an ISAPI application.
The following table lists the technologies from which ASP built-in objects can be accessed and how to access them.