My company has a legacy solution, written in Classic ASP/VBScript that uses the caprock.dictionary COM object in the Application scope for storing various recordsets of data.
This works fine on 32-bit Windows/IIS 6.0 but has been rumored to fail on 64-bit Windows.
Aside from migrating this solution to ASP.NET (which we are in the process of doing), is there an alternative to the caprock.dictionary COM object that will do the same thing and work on 64-bit Windows?