How to get a service to listen on port 80 on Windows Server 2003
- by Miky D
I've coded a custom windows service that listens on TCP port 80 but when I try to install it on a Windows Server 2003 machine it fails to start because some other service is already listening on that port. So far I've disabled the IIS Admin service and the HTTP SSL service but no luck.
When I run netstat -a -n -o | findstr 0.0:80 it gives me the…