64位 Windows IIS 运行32bit程序,不完全兼容就出现:“Windows 64 bit ADODB.Connection 错误 '800a0ea9' 未指定提供程序”
解决方法:进CMD命令窗口:依次运行:
1. cd /d %systemdrive%\Inetpub\AdminScripts
2. cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 "true"
即可解决问题。