System.Net.WebException:请求已中止

发布于 2024-07-21 18:00:49 字数 298 浏览 3 评论 0原文

首先,让我澄清一下我们正在使用的平台。 我们有一个 ASP.NET 2.0 应用程序调用一个 Web 服务,该服务是在 webMethods(现在的 SoftwareAG)Integration Server 7.1.2 上创建并托管的。

在中等尝试次数下,我们遇到的问题似乎每 10-20 分钟就会发生一次。 .NET 应用尝试调用 Web 服务并收到“System.Net.WebException:请求已中止:请求已取消”错误消息。 发生此问题时,集成服务器上不会记录任何错误。

任何帮助/建议将不胜感激!

First off, let me clarify the platforms we are using. We have an ASP.NET 2.0 app calling a web service which was created and is hosted on webMethods (now SoftwareAG) Integration Server 7.1.2.

The issue we are experiencing appears to occur every 10-20 minutes under a moderate volume of attempts. The .NET app tries to call the web service and gets the "System.Net.WebException: The request was aborted: The request was canceled" error message. There are no errors logged on the Integration Server when this problem occurs.

Any help/suggestions would be much appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

没有心的人 2024-07-28 18:00:49

这看起来很糟糕……而且信息很少。

我认为你必须使用其他工具进行分析......

请求是否会在途中某个地方停止?
也许您可以尝试使用 wireshark 来遵循请求?

This seems like a nasty one... and little information.


I think you will have to analyze with other tools...


Can it be that the request is stopped somewhere along the way?

Maybe you can try and follow the request with wireshark?

早茶月光 2024-07-28 18:00:49

您在集成服务器上检查了哪些日志并应用了哪些日志级别?
例如,您可以检查是否可以建立 HTTP 连接。

Which logs have you checked on the Integration server and with log levels have you applied?
You could e.g. check if a HTTP connection could be established.

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