Hi guys, sorry if I'm not making much sense just been on this for a while and my brains starting to turn to mush.
I've just been trying to get Eclipse.Net set up on one of our servers. After getting IIS7, MySQL and the Eclipse Server actually installed and licensed I've not been able to figure out how to get it running. After opening Server Manager and trying to start the website the following error comes up;
"The World Wide Web Publishing Service (WWW Service) did not register the URL prefix http://*:80/ for site 1. The site has been disabled. The data field contains the error number."
After doing some research into this and what I'm finding is several blogs suggesting that I use "netstat -ano |findstr 80" on the command prompt to see what's using the port. My first line returned is "TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 1672". The problem is I can't figure out what to do next since everything that gave me the netstat command to try says the solution won't work if something is listening. Any help on how to continue or what to try next to find out what's going on would be greatly appreciated.