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?
A:
This is a bug is IIS 3.0. When you first enter a web site you recieve a session cookie on your browser and the global.asa is run that is relvent to that vroot. Changing vroots while in the same Session (not stopping and starting your browser) will not run global.asa again. The session scope is global to the whole domain, not individual vroots. This has been fixed (is different) in IIS 4.0.
Automatic daily builds is a well known software engineering best practice. This article introduces a strategy for implementing and promoting daily builds and offers tips and tricks for preventing and fixing breaks. [Read This Article][Top]
Building an application can be more than pressing F5. With an increasing
number of quality packages being released, developers for the .NET platform now have options to create a very sophisticated build process. Aaron Junod describes a sample build environment and shows how a number of tools can work together to make reliable, predictable, and value-added builds. [Read This Article][Top]
This short article provides source code for a classic ASP online database functions testing application and shows how to configure and use the tool for either SQL Server or Oracle. [Read This Article][Top]
One of many improvements ASP.NET brings to the development table is in error handling. Adam Tuliper whips up a simple ASP.NET solution for handling those pesky and unexpected post-production errors. [Read This Article][Top]