有Linux用户在查看系统日志的时候发现,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 asptxn.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>
OK重启一下iis就可以了 。
【Linux iis无法正常运行asp文件如何解决】 这就是解决iis 服务器无法加载应用程序 '/lm/w3svc/1/root/test'的方法了,有遇到这个问题的用户就试试小编的这种方法吧 。
推荐阅读
- Linux下xmanager passive功能无法使用的解决技巧
- Linux Vsftp报错500 OOPS如何修复
- Linux系统Supervisor如何管理进程
- 含vi/gdb Linux常用命令的操作技巧
- Linux如何关闭scp和sftp命令
- Linux系统如何安装Mongo扩展
- 如何解决VPN客户端连接Linux服务端访问速度变慢问题
- Linux系统Gentoo安装Kde5怎么设置?
- 如何解决Centos无法启动问题
- Linux网卡绑定的设置方法