Linux iis无法正常运行asp文件如何解决

有Linux用户在查看系统日志的时候发现,iis 服务器无法加载应用程序 '/lm/w3svc/1/root/test' 。错误是 '没有注册类别' 。这个问题该怎么解决呢?现在就让小编来帮你解决下这个问题吧 。

Linux iis无法正常运行asp文件如何解决


解决方法:
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'的方法了,有遇到这个问题的用户就试试小编的这种方法吧 。

    推荐阅读