When i run msdeploy command , against MSDeploy V3 it gived Error message, while i run same command against MSDeploy V2 it works like a charm.
Errror Mesage: Error: Unable to connect to the remote server Error: No connection could be made because the target machine actively refused i t :8172 Error count: 1.
"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -source:package="d:\test\SampleWebSite.zip" -dest:auto,wmsvc=mycomputer.net,userName=Administrator,password=mypassword,authtype=basic -allowUntrusted -verb:sync -setParamFile:"d:\test\SampleWebSite.SetParameters.xml"
"C:\Program Files\IIS\Microsoft Web Deploy V2\msdeploy.exe" -source:package="d:\test\SampleWebSite.zip" -dest:auto,wmsvc=mycomputer.net,userName=Administrator,password=mypassword,authtype=basic -allowUntrusted -verb:sync -setParamFile:"d:\test\SampleWebSite.SetParameters.xml"
Can you please tell me what is wrong in case of Web Deploy V3.