Skype Vs IIS
Si sa, a volte in casi estremi invece di tentare di capire perchè l’amato/odiato windows dia quel certo errore criptico e inspiegato , qualcuno a volte è costretto dopo ore di ricerche e tentativi, a re-installare forsennatamente il sistema operativo anche più volte. E se questo errore poi si verifica tentando di utilizzare una funzionalità base del sistema operativo fondamentale per il proprio lavoro tipo IIS (web server) e il framework .NET, bhe allora uno comincia a preoccuparsi. Per fortuna che un collega ha subito le sopracitate re-installazioni e poi allo stremo ha capito, condividendo la cosa, che era Skype che simpaticamente avviato in automatico all’accensione, si prende la porta 80 lasciano IIS in braghe di tela… che simpatici !
“Unexpected error 0x8ffe2740 occurred” is not a particularly helpful error message. It just means IIS can’t start a website because port 80 is already in use.
MS KB article 816944 has more info.
A likely suspect is Skype, since it will use port 80 if it’s free. This is a tricky one, since IIS might work fine most of the time since it starts up before Skype, but if you stop and restart IIS Skype sees port 80 is free and snakes it. 08ffe2740 for you!
IIS-Resources has the answer but not enough Google Juice. Here’s the fix:
Skype File-> Options -> Connection
Uncheck Use Port 80 as an alternative for incoming connections.
Restart default website.

Comments(0)