LINUX系統(tǒng)怎么使用命令清理磁盤空間?(linux系統(tǒng)怎么清理磁盤緩存)
2023-07-12
更新時間:2023-07-12 00:12:04作者:未知
Linux系統(tǒng)iis無法正常運行asp文件怎么解決
解決方法:
microsoft windows xp [版本 5.1.2600]
(c) 版權(quán)所有 1985-2001 microsoft corp.
c:documents and settingsadministrator>cd %windir%system32inetsrv
c:windowssystem32inetsrv>rundll32 wamreg.dll,createiispackage
c:windowssystem32inetsrv>regsvr32 asptxn.dll
如果出現(xiàn)
asptxn.dll 中的dllregisterserver失敗,返回代碼是:0x8004e00f
再執(zhí)行下面方法
c:windowssystem32inetsrv>msdtc -install
c:windowssystem32inetsrv>msdtc -resetlog
c:windowssystem32inetsrv>rundll32 wamreg.dll,createiispackage
c:windowssystem32inetsrv>regsvr32 asptxn.dll
c:windowssystem32inetsrv>
OK重啟一下iis就可以了。