
|
An ASP Application is an object that allows Active Server Pages to share information between pages and users. In IIS 3.0 there is only one application for the entire machine. In IIS 4.0 there can be multiple applications on each web site, and multiple web sites per machine.
|
|
Different global.asa not being called
|
|
Q:
|
If I load:
http://www.myserver.com/dir1/
That will execute the global.asa file in that directory. But when I load
http://www.myserver.com/dir2
Which is one of my own sites that has another global.asa, the dir2 global.asa isn't called. What is the problem?
#468 - 1997.07.29
|
|
|
[top]
|
|