Home > Database > Mysql Tutorial > WN7 上IIS7运行asp+access网站出现错误: ADODB.Connection 错误

WN7 上IIS7运行asp+access网站出现错误: ADODB.Connection 错误

WBOY
Release: 2016-06-07 15:48:44
Original
885 people have browsed it

错误描述: 在ASP连接Access数据库的时候,产生如下的出错提示: ADODB.Connection 错误 '800a0e7a' 未找到提供程序。该程序可能未正确安装。 /Conn.asp,行 28 环境: Windows xp、IIS6.0、Access 2007 Windows 7、IIS7、Access 2010 故障解决方法: 开始-运

错误描述:

在ASP连接Access数据库的时候,产生如下的出错提示:

ADODB.Connection 错误 '800a0e7a'
未找到提供程序。该程序可能未正确安装。
/Conn.asp,行 28

环境:
Windows xp、IIS6.0、Access 2007
Windows 7、IIS7、Access 2010

故障解决方法:

开始-运行-cmd,然后输入:

cscript C:\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 true

回车运行,即可解决问题

注意:如果CMD下提示没有权限,请打开C:\Windows\System32,查找到cmd.exe,右键选择“以管理员身份运行”,再执行以上命令即可。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template