Monday, May 26, 2008

ASP Application

A group of ASP files that work together to perform some purpose is called an application.
Application variables are available to all pages in one application. Application variables are used to store information about ALL users in a specific application.


To create application variables:
You can create Application variables in "Global.asa" like this:


Lock and Unlock:
Application.Lock
'do some application object operations
Application.Unlock

No comments: