I need to setup an old ASP site on our Win64 box that is running II7/Win 2008.
The site runs on an MS Access database (no option to upgrade the db), so due to the MS Access 64-bit driver 'issue'. I've set the site to run in 32-bit mode via the IIS Application Pool, which should allow me to use the 32-bit MS Access drivers?
But as soon as I switch the site to 32-bit mode I get:
HTTP Error 500.19 - Internal Server Error
I can run classic ASP code fine (without any db connections) in 64-bit mode, but 32-bit mode seems to kill the site completely.