有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就可以了。
這就是解決iis 服務器無法加載應用程序 '/lm/w3svc/1/root/test'的方法了,有遇到這個問題的用戶就試試小編的這種方法吧。