Skip to content

Instantly share code, notes, and snippets.

@glcheetham
Created August 8, 2016 14:40
Show Gist options
  • Save glcheetham/42710901c5a0b464384019896a6cc662 to your computer and use it in GitHub Desktop.
Save glcheetham/42710901c5a0b464384019896a6cc662 to your computer and use it in GitHub Desktop.
Web.debug.config if you already have Umbraco set up
<?xml version="1.0" encoding="utf-8"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
Set your connection string in the XML snippet below
-->
<connectionStrings>
<add name="umbracoDbDSN"
connectionString="" providerName="System.Data.SqlClient"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment