Active Server Pages Reference

1.2, 2005-06-26
Brian Lalonde
ContentsASPmeta
Syntax BasicsSpecial ASP blocks, and some rudimentary SSI support.1
Server DirectivesSet the script language, code page, or locale; or enable session or transaction.1
global.asa fileCreate application- or session-level obejcts or values.1
Application objectStores values and objects, fires events, and provides locking, at the application level.1
Session objectStores persistant information for each user session.1
Server objectA collection of methods provided by the webserver.1
Request objectThe client request.1
Response objectThe server response.1
IStringList collectionA list of values associated with a Request collection variable name.1
InternationalizationProvides fomatting and alphabets for various cultures.1