Migrating a site from 2003 server to 2008. Using Classic ASP with VBScript as the language.
Here is the code on the page as it is currently:
dbPersonnel.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=d:\http\global dbs\personnel.accdb"
Here is the error from the logfile: 2012-11-19 19:35:28 10.0.0.70 GET /directory/ |14|800a0e7a|Provider_cannot_be_found._It_may_not_be_properly_installed. 80 - 10.0.0.57 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 500 0 0 156
There is another site on this same server accessing BOTH .accdb and .mdb databases with no problems! I copied the same code from the non-functioning site to the functional site and I can access the DB from the functional site.
I am not all that familiar with IIS 7.5 but I suspect there is a setting on the site for this page which is causing the problem, but I have been unable to find it. Thank you in advance for your help.
FYI, MDAC 2.8 SP 1 is installed on this machine.