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:
MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.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:
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
For any others who have this problem, I contacted Azure support and an engineer grabbed traces from their network end and mine to assess.
All he was able to deduce was that data packets were being intercepted somewhere between my machine and Azure's services resulting in timeout errors at both ends.
The problem lies with my work network, and I can successfully publish from other networks after testing...
Contact your network provider and have them investigate the issue, and in the mean time, if it is an option, make sure you test your publishing capability on other networks as it worked for me.