the whole message is:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x600 Thread 0x70c DBC 0x2076854 Jet'.
/Login/check_user.asp, line 24
Now, line 24 is:
adoCon.Open strCon
In which strCon is:
strCon = "DRIVER={Microsoft Access Driver (*.mdb)};uid=;pwd=letmein; DBQ=" & Server.MapPath(strAccessDB)
I already have my system DSN set up under the Administrator Tools. I beleive it is an error somehow on my part in the implementation of the asp page's coding above.
Edited by civiccentral