您的位置:首页 > 其它

服務器提交協議衝突 (The server committed a protocol violation.)

2014-03-11 14:59 441 查看
---解決方法 (放在 app.config / web.config)---

<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing= "true " />
</settings>
</system.net>


Ref:

http://mobile.dotblogs.com.tw/larrynung/archive/2012/07/02/73168.aspx

http://www.dotblogs.com.tw/henry/archive/2011/08/29/34635.aspx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐