简体   繁体   English

如何从DMZ上的网站查询CRM 2011筛选视图?

[英]How to query a CRM 2011 Filtered View from a site on our DMZ?

We have a public facing website that is querying our CRM 2011 database using the Filtered Views to display some information to our customers. 我们有一个面向公众的网站,该网站正在使用“筛选视图”查询我们的CRM 2011数据库,以向客户显示一些信息。 We accomplished this by Impersonating a CRM/domain user we created for this purpose. 我们通过模拟为此目的创建的CRM /域用户来完成此任务。 We are moving the website from a server on our domain to a server in our DMZ that is not on our domain. 我们正在将网站从域中的服务器移动到不在域中的DMZ中的服务器。

The problem is that now we cannot authenticate the CRM user from the server on the DMZ. 问题在于,现在我们无法从DMZ上的服务器验证CRM用户。

Is there some way around this? 有办法解决吗?

Instead of impersonating the domain user on the web server, you are better of using "Execute As" within the context of a stored procedure on the SQL database. 与其在Web服务器上模拟域用户,不如在SQL数据库上的存储过程的上下文中使用“ Execute As”更好。

http://technet.microsoft.com/en-us/library/ms188354.aspx http://technet.microsoft.com/en-us/library/ms188354.aspx

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

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