The same error hit one of my colleges one year ago and two years ago and so on.
The error is from IIS and sounds like this:
I don’t understand why Skype needs to use port 80. Hate it!
The error is from IIS and sounds like this:
Unable to bind to the underlying transport for [::]:80.
The IP Listen-Only list may contain a reference to an
interface which may not exist on this machine.
The data field contains the error number.
From command line we can use “NETSTAT –ano” to see what process is blocking our port.TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 2288
Once we identify the PID (2288) of the process that use our port we can take a look in the Task Manager and identify the process that is using 80 port. And YES, the process that is using port 80 is SKYPE.I don’t understand why Skype needs to use port 80. Hate it!
In order to have Skype *not* use the port 80, do the followings:
ReplyDeletego to Skype -> Tools -> Options -> Advanced -> Connection -> Uncheck the "Use port 80 and 443 for additional incoming connections".
That's it.
Because most firewall let port 80 through :-)
ReplyDelete