20.09.2008, 03:12 | #1 |
Участник
|
Microsoft Dynamics CRM Team Blog: Internet Facing Deployment (IFD) Installation Basics
Источник: http://blogs.msdn.com/crm/archive/20...on-basics.aspx
============== Hi, I recently started owning the Internet Facing Deployment (IFD) feature set within the CRM team and so in this blog I would share some of my thoughts and insights. I have also noted that there are no IFD related blogs on CRM so far, so this should be a good start. J IFD allows the customers to configure their CRM system to be reachable from outside the intranet (i.e. internet or outside of the firewall). The main difference when using IFD vs. typical on-premise deployment is how users are authenticated. When using the on-premise version, IIS handles most of the authentication via integrated windows authentication. There are however custom CRM authentication handler modules registered during setup to assist in the process. In IFD, the web site is opened for anonymous access and the authentication relies on the presence of the CRM ticket cookie. This cookie is obtained by starting off from a sign-in page. Any page request that does not contain the CRM ticket cookie also gets redirected to it. This page deletes any expired CRM ticket cookies and if the user has provided correct credentials at the sign-in page, a new CRM ticket cookie would be written and used in later requests. To install an IFD enabled CRM system, the install xml needs to have the following node in the crminstall.xml, under the path . You will see that there isn’t too much information listed below, so the difference between an on-premise deployment with or without IFD should not be much. I will explain the difference later. Node details:
The support tool can be downloaded from: http://www.microsoft.com/downloads/d...DisplayLang=en The documentation to use the tool and more on Microsoft Dynamics CRM 4.0 Internet Facing Deployment Scenarios can be found at: http://www.microsoft.com/downloads/d...DisplayLang=en Ok. Now lets talk about difference between an on-premise and IFD enabled on-premise deployment. On the IFD enabled deployment you would see the following. 1) A new regkey 'IfdInternalNetworkAddress' with string value in format IPAddress-IPAddressMask. This contains the value of the nodeYou should also checkout the latest version of SDK (version 4.0.6). It has some great examples of adding web pages in an IFD enabled CRM server and more. The CRM SDK 4.0.6 can be downloaded from: http://www.microsoft.com/downloads/d...displaylang=en Cheers, Shashi Ranjan Источник: http://blogs.msdn.com/crm/archive/20...on-basics.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|