Configure connection strings on a Sitecore instance

Version: 6.0

You must configure connection strings from your Sitecore instance to the Tenant Service and Salesforce Marketing Cloud (SFMC).

To configure connection strings:

  1. On your Sitecore instance, navigate to the <sitename>\App_Config\ConnectionStrings.config file. You must add these two connection strings in the configuration file.

  2. Add a connection string for the Tenant Service. For example:

    <add name="tenantservice" connectionString="https://sc10.service" />
    Note

    In the example, replace https://sc10.service with the name of your Tenant Service.

  3. Add a connection string for SFMC. For example:

    Note

    The SFMC - Behavioral Data Exchange Installation Guide explains where you can find the data you need to configure the string.

  4. Save the config file.

If you have suggestions for improving this article, let us know!