I have a well behaved ASP.net 2.0 application written in VB using Visual Web Developer [last updated with VWD 2012]; the app has been live since 2003, and generally runs bug free
My hosting company recently upgraded my web server to Win Server 2012; ever since that upgrade, the app throws exceptions when it encounters any instance of .ExecuteNonQuery() in the code
I have 2 other instances of this same app running on Microsoft Azure web sites; it continues to work perfectly under that hosting [same code]
The app uses an Access 2008 .MDB file as a data store [the app is non-demanding, data-wise]
I have other ASP.net ASPX stuff that use similar .MDB data files on this new server, and they continue to work OK
Does anyone have any idea why this is happening; I'm stumped on how to fix this
Any assistance would be greatly appreciated