Description: Using old versions of IIS, this code will operate, but under IIS 4.0 with the most recent updates, it would fail because the Dictionary object has been (correctly) listed as non-threadsafe in the registry. This causes an error in the global.asa when the the dictionary object is declared as an Application() variable. Currently, the application uses a SQL database to track users, which solves this problem.
|