具体方法如下: 问题1 错误类型:AdodB.Connection (0x800A0E7A) 未找到提供程序的解决方法 解决方法: Regsvr32.exe "%programFiles%/Common Files/system/ole dB/oledb32.dll" 如果你的win系统是64位的话,会仍然出现下面的错误: 问题2 An error occurred on the server when processing the URL.please contact the system administrator 解决方法: 打开iis7的asp设置,展开“调试属性”选项,“将错误发送到浏览器”这项默认的是False,改为True,然后会出现下面的错误: 问题3 错误类型:AdodB.Connection (0x800A0E7A) 未找到提供程序的解决方法 解决方法: 以在cmd.exe文件上单击右键,以“系统管理员的身份”运行它,然后去到C:/inetpub/Adminscripts目录下,运行下面代码: cscript.exe adsutil.vbs set w3sVC/Apppools/Enable32BitApponwin64 true 问题解决! ps. 64位系统是不支持32位oledb方式的数据库连接的。 以上和大家介绍就是win10系统下iis数据库出错的原因和解决方法,遇到相同问题不妨参考教程来解决吧。