wcf/error: socket connection 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
精彩评论