Add the following element to the system.web → profile → providers section of the web.config file (Single Role):
Code Block |
---|
|
<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 |
---|
|
<add name="salesforceContact" type="FuseIT.Sitecore.SalesforceSecurityProvider.SalesforceProfileProvider, FuseIT.Sitecore.SalesforceSecurityProvider" connectionStringName="S4SConnString" readOnly="false"/> |
...