| Syntax Basics | Special ASP blocks, and some rudimentary SSI support. | 1 |
| Server Directives | Set the script language, code page, or locale; or enable session
or transaction. | 1 |
| global.asa file | Create application- or session-level obejcts or values. | 1 |
| Application object | Stores values and objects, fires events, and provides locking, at
the application level. | 1 |
| Session object | Stores persistant information for each user session. | 1 |
| Server object | A collection of methods provided by the webserver. | 1 |
| Request object | The client request. | 1 |
| Response object | The server response. | 1 |
| IStringList collection | A list of values associated with a Request collection variable name. | 1 |
| Internationalization | Provides fomatting and alphabets for various cultures. | 1 |