I have been trying to work with old Classic ASP on Windows 7 (IIS 7.5) for days now. Always running into more troubles. Now, I finally have it done, but there's still a big problem : I can't open the Acess .mdb file. I use the Microsoft Access Database Engine 2010 Redistributable as mentioned in this tutorial I've followed. The error I get is the following:
[Microsoft][ODBC Microsoft Access driver] Unable to access registry key « Temporary (volatile) Ace DSN for process Jet »
Googled my way to a lot of explanations. I ended up granting rights to IIS\DefaultAppPool to a lot of places, but still no luck. I always get this error message.
Here's my connection string just in case:
Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=C:\inetpub\wwwroot\mysite\bd\mydatabase.mdb
Can anyone help me with this one? Thanks!