Skip to content

Instantly share code, notes, and snippets.

@glcheetham
Created August 8, 2016 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glcheetham/0ea3e1ca2b1e6b68222b1fe900998669 to your computer and use it in GitHub Desktop.
Save glcheetham/0ea3e1ca2b1e6b68222b1fe900998669 to your computer and use it in GitHub Desktop.
Web.debug.config to trigger Umbraco setup
<?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">
<appSettings>
<add key="umbracoConfigurationStatus" value="" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment