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