通过WebService传输批量数据
我正在使用 webservice 对于桌面应用程序(在 c#.net 中编码),我需要通过 webservice 传输 1,00,000 条记录,但是在调试时,它抛出一个异常,即底层连接已关闭.........I需要检查应用程序中的调试过程&网络服务,任何人都可以帮助我............提前致谢............
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...........
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要增加客户端和服务器配置中的超时,还可能还需要增加其他值,具体取决于数据块有多大。
这些限制是为了防止开箱即用的 DOS 攻击。
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.