
The ASP Application object shares information among all users of a given application. An ASP-based application is defined as all .asp files in a virtual directory and associated sub-directories. Because the Application object can be shared by more than one user, Lock and Unlock methods are provided to ensure that multiple users cannot alter a property simultaneously.
|