I've seen a few posts around on this, none have solved my issue.
I'm trying to complete a web deploy to an Azure site but whilst updating the files I get warnings:
MSBuildMicrosoftVisualStudiov12.0WebMicrosoft.Web.Publishing.targets(4270,5) Warning : Retrying the sync because a socket error (10054) occurred
Retrying operation 'Serialization' on object sitemanifest (sourcePath). Attempt 1 of 10.
In the web publishing wizard the connection can be successfully validated.
I saw mentioned somewhere that I should enable untrusted certificates, however I can't see this option in the web deploy settings in VS2013.
Important notes:
- I can deploy other projects (so I don't think it's a firewall issue).
- My colleague can perform the web deploy with an old version of my project (so Azure is working fine).
- I can't perform the web deploy using that same old version of the project.
It also doesn't work with an FTP publish either, although it doesn't give me the socket error warning. What could it be?
JK
See Question&Answers more detail:os