一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

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就可以了。

热门栏目