I have an ASP page which is attempting to open a database. I have a DSN created for the database. I create a ADODB Connection, and when I try to run the Open method passing it my connection string "DSN=Test;Database=Test;" I get the following error.

ODBC can not open Temporary Registry Key.

I am running this on a Windows 2000 Server.

Thanks for any help