I am having trouble with our first x64 WinServer 2008/IIS 7.0 machine and MSDeploy. We do our management processing from a WinServer 2003 x86 machine. I have a standard batch file that I use once I setup a new IIS server to ensure that MSDeploy is operating correctly. When I run it against the new IIS 7.0 machine, I get the following:
C:\>"c:\program files\Microsoft Web Deploy\msdeploy.exe" -verb:getsysteminfo -source:webServer,computerName=http://192.168.164.16:81/msdeploy
Request to remote agent URL 'http://192.168.164.16:81/msdeploy' failed.
Unable to connect to the remote server
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.164.16:81
The msdepsvc service is running on both of the machines. On the new machine, I have established the URL for MSDeploy as http://+:81/MSDEPLOY.
Any hints for what is going on?