ASP includes built-in objects that facilitate connections between the server-side and client-side. How these ASP objects are accessed depends on the developing environment. EG: You could access these object via C++ and Java, but the most common method is to use Visual Basic and Visual Basic Script.

Here are the built-in ASP objects:

The Application and Session objects may use a Global.asa file for application and session scope variables.

2007-07-22 00:51:15Z