"John D. Leonard II" wrote:

> All:
>
> I've got a really simple question ... What defines the boundaries of an "ASP
> Application?"

I think (Josh, correct me if I'm wrong) the really simple answer is :
The boundaries are defined by the ``Global'' variable.
That is, if you state ``PerlSetVar Global /some/path/'', then all .asp files
affected by this will look in that specific directory for their global.asa, thus
ignoring any other global.asa files.
Consequently, defining ``PerlSetVar Global .'' will tell the asp files to look
for their global.asa in their current directory, so files in subdirs can have
their own.

> 1) Does the application include the current directory (i.e., any directory
> containing a "global.asa") and all subdirectories?  Or does it include only
> the current directory?
>
> 2) What happens when a child directory contains a global.asa?  Does the
> subdirectory become it's own application?
>
> 3) What happens when I request a page in a subdirectory (e.g.,
> http://www.myserver.com/parent/child1/default.asp) and the directory
> (child1) doesn't include a global.asa?  Does Apache::ASP look for a
> global.asa in the /parent?
>
> Thanks in advance,
>
> JL
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Thanos Chatziathanassiou



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to