开发者

wcf/error: socket connection aborted

开发者 https://www.devze.com 2023-02-14 21:56 出处:网络
i just build a wcf service and i am getting the following error?: The socke开发者_JAVA百科t connection was aborted.

i just build a wcf service and i am getting the following error?:

The socke开发者_JAVA百科t connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:00:59.2790


Try increasing readerQuota and MaxReceiveMessageSize of the binding. If you're using default binding configuration, you'd need to create a binding configuration and apply it on endpiont. Please find MSDN articles on topics,

  • http://msdn.microsoft.com/en-us/library/ms733051.aspx
  • http://msdn.microsoft.com/en-us/library/ms731325.aspx
  • http://blogs.msdn.com/b/madhuponduru/archive/2006/09/20/how-to-change-reader-quota-values-programmatically.aspx
0

精彩评论

暂无评论...
验证码 换一张
取 消