企鹅百科网,

手机版

当前位置:首页 > 互联网

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

时间:2023-07-12人气:作者: 未知

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

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

标签: 无法正常  文件  系统