Created
August 8, 2016 14:40
-
-
Save glcheetham/42710901c5a0b464384019896a6cc662 to your computer and use it in GitHub Desktop.
Web.debug.config if you already have Umbraco set up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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