Unexpected error 0×8ffe2740 occurred

I recently had a problem with Internet Information Services (IIS) 5.1 where the website had an error icon and wouldn’t start.

Website error in IIS

When I tried to start I got “Unexpected error 0×8ffe2740 occurred”.

Unexpected error 0x8ffe2740 occurred..

A quick google revealed that the problem is a port conflict.

However, you have to do some rooting around to find out what is using port 80. On my system I found out that Skypeâ„¢ was the culprit! By default Skypeâ„¢ latches on to ports 80 and 443. This is probably acceptable on a typical consumer’s PC, but obviously causes problems on a developer machine.

Fortunately, this behaviour is configurable. Just open Skypeâ„¢’s options dialog, select “Connection” and uncheck “Use port 80 and 443 as alternatives for incoming connections”.

Skype's Connection options dialog.

Once you’ve saved, you may need to restart skype. If you don’t have Skypeâ„¢ or are still having problems, you’ll need to use a third party tool like TCPView to find out what process is using port 80.

2 Responses to “Unexpected error 0×8ffe2740 occurred”

  1. David Says:

    greate !!! fix my problem in minuts

  2. claguasil Says:

    Yes!!! Thank you very much. This solved my problem.

Leave a Reply