Linux iis can not run asp file how to solve

  

Linux users when viewing the system log found that the iis server could not load the application '/lm/w3svc/1/root/test'. The error is 'no registration category'. How to solve this problem? Let Xiaobian help you solve this problem now.

Solution:

microsoft windows xp [Version 5.1.2600]

(c) Copyright 1985-2001 microsoft corp

. c:documents and settingsadministrator>cd %windir%system32inetsrv

c:windowssystem32inetsrv>rundll32 wamreg.dll,createiispackage

c:windowssystem32inetsrv>regsvr32 asptxn.dll

If < Br>

dllregisterserver in asptxn.dll failed, the return code is: 0x8004e00f

Then execute the following method

c:windowssystem32inetsrv>msdtc -install

c:windowssystem32inetsrv> ;msdtc -resetlog

c:windowssystem32inetsrv>rundll32 wamreg.dll,createiispackage

c:windowssystem32inetsrv>regsvr32 asptxn.dll

c:windowssystem32inetsrv>

OK to restart iis on it.

This is the way to solve the problem that the iis server can't load the application '/lm/w3svc/1/root/test'. If you encounter this problem, try this method.

Copyright © Windows knowledge All Rights Reserved