image\cslogo3d1.gif

Defining the ASP Application

An ASP application is synonymous with a directory structure. It represents a collection of files and virtual directories that are intended to work together to create a Web-based application. An application is defined by flagging a directory as the application start point. The application scope then includes all items within the directory and the sub-directories, except those that are included in another application. Applications can include a global.asa file that contains global application information and user session information.

In order for the Chili!Soft ASP Server to recognize and process an ASP application, your administrator must first define the application on the server, as described in "Configuring ASP Applications" in "Chapter 3: Managing Chili!Soft ASP."

See also:

Using the global.asa File in this chapter

Creating the Basic ASP Application in this chapter

Creating an ASP Page in this chapter

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.