简体   繁体   English

使用Web部署发布azure网站时出错

[英]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" 我正在使用Web Publish在Azure WebSites上使用Visual Studio 2013部署网站。在发布时有时我会收到以下错误“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. 我观察到当我在IE中的LAN设置中取消选中“绕过本地地址的代理服务器”复选框时,此错误消失了。 But this is intermittent. 但这是间歇性的。 Sometimes this solution works and publishes the site successfully and sometimes not. 有时,此解决方案可以正常运行并发布网站,有时则不会。

Is there anyway to fix this problem. 无论如何都有解决这个问题。

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. 由于它是间歇性发生的,因此很可能是您的连接/网络问题。

If you are using a web debugger, try closing it and try again. 如果您使用的是Web调试器,请尝试关闭它并再试一次。 For me the same problem was caused by Charles Web Debugger to be specific. 对我来说,同样的问题是由Charles Web Debugger引起的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM