IIS Error "Unexpected error 0x8ffe2740 occurred"

I was getting the following error when trying to start IIS from my XP machine:

“Unexpected error 0x8ffe2740 occurred“

You can get more information in MS KB @ http://support.microsoft.com/?id=816944

Finally, I discovered that its caused by Skype. It listens to port 80 for incoming call. Now, most of the time IIS starts before Skype starts. So IIS works but if you restart IIS or try to start IIS after Skype is started then you will get this error message.

There are 2 possible solutions:

1. You can change your IIS settings to run in different port (say 81)
     For IIS 7, go to IIS Manager, select the website from the left tree view; then goto "Bindings..." from the right side "Actions" pane and edit the port number.

2. You can change your Skype settings
     Skype File-> Options -> Connection
     Uncheck Use Port 80 as an alternative for incoming connections.

Restart default website.

This article is part of the GWB Archives. Original Author: Shahedul Huq Khandkar

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.