Accelerator IIS Auto Login: Difference between revisions

From Accelerator for SageCRM
No edit summary
No edit summary
Line 1: Line 1:
The following values need to be set in Web.Config for IIS Auto Login with Default Credentials to be set:
The following values need to be set in Web.Config for '''IIS Auto Login with Default Credentials''' to be set:


  <add key="GatewayCRMPath" value="http://www.server.com/crm/"/>
  <add key="GatewayCRMPath" value="http://www.server.com/crm/"/>
Line 21: Line 21:
[[File:IISLogon1.png]]
[[File:IISLogon1.png]]


Fill in CRM User and leave CRM Password blank
Fill in CRM User Name and leave CRM Password blank

Revision as of 10:17, 13 October 2017

The following values need to be set in Web.Config for IIS Auto Login with Default Credentials to be set:

<add key="GatewayCRMPath" value="http://www.server.com/crm/"/>
<add key="CRMCodedPath" value=" http://www.server.com/crm/"/>
<add key="UseIISAutoLogon" value="Y"/>
<add key="UseIISAutoLogonGlobalPassword" value="N"/>
<add key="IISAutoLogonGlobalPassword" value="" />
<add key="CRMCodedPathUser" value="administrator" />
<add key="CRMCodedPathUserPassword" value="password123" />
<add key="CRMCodedPathUserDomain" value="" />
<add key="CRMNetworkUser" value="administrator" />
<add key="CRMNetworkUserPassword" value="password123" />
<add key="CRMNetworkDomain" value="" />
<add key="CRMNetworkUserAuthType" value="Basic" />  

Check both IIS Auto Logon and IIS Auto Logon (Default Credentials) in the settings of the Outlook Add-in

File:IISLogon1.png

Fill in CRM User Name and leave CRM Password blank