
Verify the IIS abnormal:
[1] Start internet explore and input http://localhost/localstart.asp
[2] If it is occurred the “HTTP 500” internal error message after input, then it is confirmed that IIS is abnormal. Please use the following steps to fix.
Solution:
[1] Verify the host machine’s DTC service (Distributed Transaction Coordinator) can be started normally or not.
[1.1] Skip this step if it is normally.
[1.2] If it is abnormal and unable to start, please browse [Start] and [Run] to key in “msdtc –resetlog”
[1.3] If the command line is correct, then restart the host machine to verify IIS can be run normally
[1.4] If the command line is error, then run [2] in the DOS mode.
[2] Browse [Start]、[Run] to key in CMS and get in the DOS mode to execute the following
Commands.
[2.1] cd %windir%\system32\inetsrv
[2.2] rundll32 wamreg.dll, CreateIISPackage
[2.3]regsvr32 asptxn.dll
[2.4] Restart the host PC.
[3] After the host machine is fixed completely, start internet explore to input http://localhost/localstart.asp to make sure IIS is fixed.
[4] If the IIS has been fixed, then remove CVS software, and follow to restart the host machine.
[5] Make sure the IIS is normally. Reinstall CVS software to have the software run normally.
|