Currently, I'm having problem with my IIS8, everytime I tried to deploy my web site it showed error specified below:
Error ERROR_DESTINATION_NOT_REACHABLE: Web deployment task failed. (Could not connect to the remote computer ("[IPAddress]"). On the remote computer, make sure that Web Deploy is installed and that the required process ("Web Management Service") is started. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_NOT_REACHABLE.)
I've installed Web Deploy 3.5 and make sure Web Deployment Agent Service and Web Management Service are turned on, and also I've configured Web Management in IIS 8 to allow remote connection with Windows Authentication, actually this development server is a part of domain computer. I've also tried to shut down my firewall and test telnet to that server through port 80 and 8172 and it can be connected, so I still can't figured out, why it isn't working. How to solve this problem?