简体   繁体   English

如何从Windows Azure辅助角色连接到CRM 2011

[英]How to Connect to CRM 2011 from windows Azure worker role

I have developed one web application using .Net 4.0. 我已经使用.Net 4.0开发了一个Web应用程序。 Now i want to host that application on windows azure. 现在我想在Windows Azure上托管该应用程序。 when i have write the code for establishing the connection with CRM 2011 online in worker role then it works fine and i am able to establish the connection successfully. 当我以工作者角色编写了用于与CRM 2011在线建立连接的代码时,它可以正常工作,并且我能够成功建立连接。 But when i try to connect to the CRM 2011 on-premise server from my worker role it throws an error while establishing the connection . 但是,当我尝试从工作角色连接到CRM 2011本地服务器时,在建立连接时会引发错误。 For this,I am using service reference of CRM 2011 on-premise into my application. 为此,我正在内部使用CRM 2011的服务参考。 Please help. 请帮忙。

Is your on-premise deployment Internet-Facing? 您的本地部署是否面向互联网?

metadata contains a reference that cannot be resolved 元数据包含无法解析的引用

You encounter this error if the server endpoint cannot be reached - whether it is physically incorrect (eg typo) or network restrictions prevent access (firewall, routing, server config) etc. 如果无法访问服务器端点,则会遇到此错误-它在物理上是不正确的(例如,错字)还是网络限制阻止了访问(防火墙,路由,服务器配置)等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM