Symptoms Many xp platform developers installed with thunder often find that the IIS site cannot be started.
Unexpected error 0x8ffe2740 occurred
1. You can query the port usage to query this problem: netstat-anOP TCP | find ": 80"
TCP 0.0.0.0: 80 0.0.0.0: 0 listening 3616
TCP 10.99.118.110: 1137 10.99.35.130: 80 close_wait 2508
TCP 10.99.118.110: 1140 10.99.35.130: 80 established 2724
TCP 10.99.118.110: 1160 10.99.35.130: 80 established 2972
TCP 10.99.118.110: 1161 10.99.35.130: 80 established 2972
TCP 10.99.118.110: 1165 10.99.35.130: 80 established 2972
TCP 10.99.118.110: 1166 10.99.35.130: 80 established 2972
TCP 10.99.118.110: 1289 10.99.35.130: 80 established 3332
TCP 10.99.118.110: 1318 10.99.35.130: 80 established 3340
TCP 10.99.118.110: 1600 10.99.35.130: 80 established 1016
2. Then, query 3616 tasklist/svc/fi "pid eq 3616" image name PID services through the process
========================================================== ==========================================
Thunder5.exe 1440 N/
3. Check the thunder configuration to find the problem
4. Adjust and use the "randomly generated" method so that thunder will no longer occupy 80 (you can also manually specify it)
5. Start the default site in IIS