首页 > 窍门 > 科技数码

Linux系统iis无法正常运行asp文件怎么解决

来源: 更新时间:2023-07-12 00:10:01
The Beginning

Linux系统iis无法正常运行asp文件怎么解决

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

THE END

TAG:无法正常  文件  系统  

猜你喜欢

相关文章