如何在企业网络中通过代理服务器使用 MS Azure AppFabric
我正在通过运行 AppFabric SDK 示例 (WindowsAzurePlatformAppFabricSDKSamples_V1.0-CS) 中的 Echo 服务示例来测试我们公司网络中的服务总线 AppFabric。然而,代码似乎挂在了 host.Open() 处,并且没有抛出异常。
我让程序运行了几个小时,但它仍然挂在该行,没有例外。
有人对此有提示吗?
谢谢。
I'm testing the Service Bus AppFabric within our corporate network by runnng the Echo service sample from the AppFabric SDK samples (WindowsAzurePlatformAppFabricSDKSamples_V1.0-CS). However, the code seems to hang at the host.Open(), and no exceptions being thrown.
I left the program running like hours but it's still hung at that line with no exceptions.
Does anyone have a hint about this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
今天也一直在为此苦苦挣扎。您可以在配置中添加以下内容:
不幸的是,这并不适用于所有情况。
Have been struggling with this today as well. You can add the following in your config:
Unfortunately this does not work in all cases.