My ASP pages work on my old XP computer using IIS6 and they work on my website
On my Vista computer with IIS7, ASP pages with no database data work
The ASP pages with a database fail at the first line with Set RS = Server.CreateObject("ADODB.Recordset") and that produces the message error '8002801d'
I have ASP installed on IIS7, and I have tried removing IIS7 and then re-installing IIS7 but that had no effect
Searching for the '8002801d' error suggests it could be the Library is not registered and to register the ASP.DLL or to set permissions in the Registry. I do not find an ASP.DLL on the computer to register and the registry examples in the Microsoft Help and support pages do not seem to appear in my Registry
I have tried Process Monitor but do not see an entry that says "ACCDENIED" as suggested in the article ASP Error 8002801d "Library Not Registered"
Suggestions on solutions would be appreciated