Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add the following element to the system.web → profile → providers section of the web.config file (Single Role):

Code Block
languagexml
<add name="salesforce" type="FuseIT.Sitecore.SalesforceSecurityProvider.SalesforceProfileProvider, FuseIT.Sitecore.SalesforceSecurityProvider" connectionStringName="S4SConnString" readOnly="false"/>

For for Salesforce S4S Multi-Role Edition you need to add the following line instead of the line above:

Code Block
languagexml
<add name="salesforceContact" type="FuseIT.Sitecore.SalesforceSecurityProvider.SalesforceProfileProvider, FuseIT.Sitecore.SalesforceSecurityProvider" connectionStringName="S4SConnString" readOnly="false"/>

...