Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Last active February 4, 2017 16:27
Show Gist options
  • Save hishaamn/03aac11e20707fdfdf52c31b14fb96df to your computer and use it in GitHub Desktop.
Save hishaamn/03aac11e20707fdfdf52c31b14fb96df to your computer and use it in GitHub Desktop.
Publishing Service Connection String
<Settings>
<Sitecore>
<Publishing>
<ConnectionStrings>
<Master>user id={userId};password={Password};Data Source={Datasource};Database=SitecoreExperimentalLab_Master;MultipleActiveResultSets=True;</Master>
<Web>user id={userId};password={Password};Data Source={Datasource};Database=SitecoreExperimentalLab_Web;MultipleActiveResultSets=True;</Web>
<Core>user id={userId};password={Password};Data Source={Datasource};Database=SitecoreExperimentalLab_Core;MultipleActiveResultSets=True;</Core>
</ConnectionStrings>
</Publishing>
</Sitecore>
</Settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment