Iis – The World Wide Web Publishing Service (WWW Service) did not register the URL

iisiis-7windows-server-2008-r2

This error is logged once I create a website:

The World Wide Web Publishing Service (WWW Service) did not register the URL prefix http://*:80/ for site 6. The necessary network binding may already be in use. The site has been disabled. The data field contains the error number.

I followed this link but there is no ListenOnlyList, instead I saw UrlAclInfo which contains this:

enter image description here

C:\Users\Administrator>netstat -ano | find ":80" |find /i "listen"
  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       4
  TCP    [::]:80                [::]:0                 LISTENING       4

4 is the pid number of System process.

Any ideas to fix this?

Best Answer

As stated here Un-Install Microsoft Web deploy and then Re-Install it using command line with these parameters:

msiexec /I <msi_filename> /passive ADDLOCAL=ALL LISTENURL=http://+:8080/MsDeployAgentService2/