配置 ACM.exe 和 ACMBROWSER.exe 工具
我正在尝试配置 acm.exe 和 acmbrowser.exe 工具以管理我的服务命名空间。我正在使用 AppFabric Labs,因此我将主机设置为“accesscontrol.appfabriclabs.com”。
我的服务命名空间是“homebuilder”。在 app.config 文件中设置所有这些详细信息(以及 mgmtkey)后,我收到错误。这些工具似乎正在尝试访问 https://homebuilder-mgmt.accesscontrol.appfabriclabs.com这是无法解决的。我正在使用 ACS v2。此版本中的端点是否较 v1 有所更改?如果是,我该如何解决该问题?谢谢!
I'm trying to configure the acm.exe and the acmbrowser.exe tools in order to manage my service namespace. I'm using the AppFabric Labs so I set the host to 'accesscontrol.appfabriclabs.com'.
My service namespace is 'homebuilder'. After setting all these details (along with the mgmtkey) in the app.config file I get an error. It seems these tools are trying to access https://homebuilder-mgmt.accesscontrol.appfabriclabs.com which cannot be resolved. I'm using v2 of the ACS. Are the endpoints changed from v1 in this version and if yes how can I solve the problem? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实验室版本 (v2) 中的端点已更改。不管怎样,看起来整个管理现在可以通过 ACS 的 Web UI 进行。这是我想要实现的场景的链接 http:// /acs.codeplex.com/wikipage?title=ASP.NET%20Simple%20Service&referringTitle=示例。
The endpoints are changed in the labs version (v2). Anyway, it seems the whole administration can now be made from the web UI of the ACS. Here's a link to the scenario I wanted to implement http://acs.codeplex.com/wikipage?title=ASP.NET%20Simple%20Service&referringTitle=Samples.