5.2 ASP applications

An ASP application is synonymous with a directory structure. It represents a collection of files (URLs) and virtual directories that are intended to work together to create a Web-based application. An application starts the first time the Web server receives a request for an ASP page in that application directory. It ends when the Web server is shut down. You can create global data for an application using the built-in ASP Application object. Variables and object instances can be assigned to application variables so they are available to all pages of an application.
Copyright © 2000 Chili!Soft
|