Search code examples
visual-studioazureazure-web-app-servicewebdeploy

Error while publishing azure web site using web deploy


I am using Web Publish to deploy website on Azure WebSites using Visual Studio 2013. While publishing sometimes I get following error "chunked encoding upload is not supported on the http/1.0"

I have observed that when I uncheck "bypass proxy server for local addresses" checkbox in LAN settings in IE, this error goes away. But this is intermittent. Sometimes this solution works and publishes the site successfully and sometimes not.

Is there anyway to fix this problem.


Solution

  • are you behind some type of proxy or firewall? If so are you able to disable it temporarily and test to see if you still get the issue?

    Possibly third party firewall software running directly on your machine?

    Being it is happening intermittently, it is most likely a connectivity / networking issue on your end.