通过WebService传输批量数据

发布于 2024-09-10 14:17:25 字数 174 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奶茶白久 2024-09-17 14:17:25

您需要增加客户端和服务器配置中的超时,还可能还需要增加其他值,具体取决于数据块有多大。

这些限制是为了防止开箱即用的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文