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"/> |
...