MasterRacker
New member
Windows server 2012 R2 with IIS 8.5
I have a purpose built server for running a single web base application that uses IIS and SQL server. It has been running fine until today after a reboot. The application runs out of the default site on port 80 and used to come up automatically after a restart. Today I am trying to start is manually via IIS Mgr and getting a message saying it can't start because something else is using port 80. Running "netstat -aon" shows only the system task under PID 4 listening on port 80. From what I can find on the web, that is normal behavior. If I bind the default site to port 81 it will start but that is not an acceptable solution and when I revert to port 80 it fails again. Using Sysinternals Process Explorer I have been unable to find anything rogue running on the server. I've seen references to the registry key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyList" however that appears to be default and means the system is listening on 0.0.0.0.
I've found a number of online solutions involving identifiable applications taking over port 80, bt this server is running nothing but IIS.
Anyone have any ideas?
Jeff
[small]"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me
[/small]
I have a purpose built server for running a single web base application that uses IIS and SQL server. It has been running fine until today after a reboot. The application runs out of the default site on port 80 and used to come up automatically after a restart. Today I am trying to start is manually via IIS Mgr and getting a message saying it can't start because something else is using port 80. Running "netstat -aon" shows only the system task under PID 4 listening on port 80. From what I can find on the web, that is normal behavior. If I bind the default site to port 81 it will start but that is not an acceptable solution and when I revert to port 80 it fails again. Using Sysinternals Process Explorer I have been unable to find anything rogue running on the server. I've seen references to the registry key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyList" however that appears to be default and means the system is listening on 0.0.0.0.
I've found a number of online solutions involving identifiable applications taking over port 80, bt this server is running nothing but IIS.
Anyone have any ideas?
Jeff
[small]"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me
[/small]