开发者

Transfer Bulk data through WebService

开发者 https://www.devze.com 2023-01-08 09:14 出处:网络
I am Using webservice For Desktop application(coded in c#.net),I need to transfer 1,00,000 Records through webservice,but while debugging ,It throws an Exception i.e. The Underlying connection was clo

I am Using webservice For Desktop application(coded in c#.net),I need to transfer 1,00,000 Records through webservice,but while debugging ,It throws an Exception i.e. The Underlying connection was closed.........I need to check the debugging Process int the application & the webservice,Can any one help me..............Thanks in Advance...开发者_开发知识库........


You need to increase your timeouts in both client and server configs, also you may have to increase other values too depending on how big the chunks of data is.

These limits are in place to prevent DOS attacks out of the box.

0

精彩评论

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

关注公众号