Ext.Net

Self-employed.
posts - 16, comments - 2, trackbacks - 0, articles - 0

2010年12月14日

错误消息:The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF

解决办法:

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

posted @ 2010-12-14 14:31 Ext.Net 阅读(72) 评论(0) 编辑