Application object| Contents | ASP | |
|---|---|---|
| Application.Contents collection | Associative array that can be used to store simple values, keyed by name. | 1 |
| Application.Lock method | Obtains exclusive write access to the Application object. | 1 |
| Application.StaticObjects collection | Collection of application objects declared in the global.asa file. | 1 |
| Application.Unlock method | Releases exclusive write access to the Application object. | 1 |