webNetwork won't start because port 80 is taken.

webNetwork won't start because port 80 is taken.

If webNetwork can't start because port 80 is already in use then there is another web server on the system.  If it is a windows box, possibly IIS is running.  Another Microsoft product to look at is Web Deployment Agent Service.  That also takes port 80 even if you don't have IIS.  Check the ports using NETSTAT -AN and look for anything with :80 Listening.  Only one program can take a port at a time.