您的位置:首页 > 大数据 > 人工智能

The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF

2016-10-25 09:48 531 查看
打开表单偶尔会出现这个提示,解决方法:

web.config增加配置:

<configuration>
<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing="true" />
</settings>
</system.net>
</configuration>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐