Connection to Access DB not working on new 2016 server.

Corporation updated my server and i started getting this error (provided from the server team):
GET, /page/pages/MarketMatrix-2.asp, |236|800a0e7a|Provider_cannot_be_found._It_may_not_be_properly_installed.,
I was using this on old server DSNless
connectionStringToAccess.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=d:\inetpub\wwwroot\page\db\matrix-1.accdb"

now using server 2016
tried the following:
connectionStringToAccess.open "DRIVER=Microsoft.ACE.OLEDB.14.0;DBQ=d:\inetpub\wwwroo....
connectionStringToAccess.Open "Provider=Microsoft.ACE.OLEDB.14.0;Data Source=d:\inetpub\w...
connectionStringToAccess.Open "Provider=SQLNCLI11.0;Data Source=d:\inet...

server team installed the Microsoft Access Database Engine 2010 Redistuributable,
changed the application pool setting from Integrated to Classic.
installed office 365
and now tell me its on my side. :( want my old server back. lol.
other pages using vbscript work fine, it is only the page using access db.

Was getting the 500 error, now a 404.

0 answers