User905522691 posted
Hi
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.
and after the tenth attempt if fails. It seems to make slight progress between the socket errors which confuses me, and in the web deploy settings the connection can be successfully validated.
I saw mentioned somewhere online that I should enable untrusted certificates, however I can't see this option in the web deploy settings in VS2013.
I have since managed to publish a different project from VS2013 to other sites on my Azure account, but I still cannot publish this particular project.
Any ideas would be appreciated
Thanks
JK