Web deployment task failed. (Could not complete the request)

Viewed 13390

I want to publish my project but:

Error1

Web deployment task failed. (Could not complete the request to remote agent URL 'https://xxxxx:xxxx/msdeploy.axd?site=VoIP'.)

Could not complete the request to remote agent URL 'https://xxxxx:xxxx/msdeploy.axd?site=VoIP'. The request was aborted: The request was canceled. COM object that has been separated from its underlying RCW cannot be used.

Does anybody know what's wrong?

3 Answers

1) Open port 8172 on server if not

2) Make sure you have web deployment tools installed

enter image description here

In my case I found that internet proxy was enabled for the account, which was making the MSDeploy request to go to internet instead of local network.

Related