All:
I've got a really simple question ... What defines the boundaries of an "ASP
Application?"
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]