After a reboot Web Management Service
fails to start. I see the following error in Event Log
Unable to bind to the underlying transport for 192.168.0.101:8172. 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.
I replaced my real IP with 192.168.0.101
.
The problem seems to be obvious - someone else is using port 8172 during Web Management Service
startup... but how do I find which process was it?
If I run service manually it starts successfully, meaning whatever is blocking 8172 is down by the time I can log into the box. Is there any way to trace usage of the ports by application during startup?
I am using Windows Server 2012 R2 and IIS 8.5.