iis无法正常运行asp 文件解决方法

作者:简简单单 2011-04-27

查看系统日志出现

iis 服务器无法加载应用程序 '/lm/w3svc/1/root/test'。错误是 '没有注册类别


microsoft windows xp [版本 5.1.2600]
(c) 版权所有 1985-2001 microsoft corp.

c:documents and settingsadministrator>cd %windir%system32inetsrv

c:windowssystem32inetsrv>rundll32 wamreg.dll,createiispackage

c:windowssystem32inetsrv>regsvr32 asp教程txn.dll

如果出现
asptxn.dll 中的dllregisterserver失败,返回代码是:0x8004e00f

再执行下面方法

c:windowssystem32inetsrv>msdtc -install

c:windowssystem32inetsrv>msdtc -resetlog

c:windowssystem32inetsrv>rundll32 wamreg.dll,createiispackage

c:windowssystem32inetsrv>regsvr32 asptxn.dll

c:windowssystem32inetsrv>

ko重启一下iis就可以了。

相关文章

精彩推荐