System.Net.WebException:请求已中止
首先,让我澄清一下我们正在使用的平台。 我们有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这看起来很糟糕……而且信息很少。
我认为你必须使用其他工具进行分析......
请求是否会在途中某个地方停止?
也许您可以尝试使用 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?
您在集成服务器上检查了哪些日志并应用了哪些日志级别?
例如,您可以检查是否可以建立 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.