Versions Compared

Key

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

Installation

...

        Add the following to the configSections in your web.config:

Code Block
languagexml
linenumberstrue
<section name="FuseIT.S4MCConnector" type="FuseIT.S4MC.MarketingCloud.MCSoapClient.MCSettingsSection, FuseIT.S4MC.MarketingCloud" />

...

When you have multiple connection strings configured, add connections string names (which are configured in ConnectionStrings.config) as settings to App_Config/Modules/includeS4MC/S4MC.config.

If there are multiple Marketing Cloud connection strings configured, you have to add multiple setting nodes.

...