Skip to content

Instantly share code, notes, and snippets.

@ilivewithian
Created October 17, 2011 20:20
Show Gist options
  • Save ilivewithian/1293678 to your computer and use it in GitHub Desktop.
Save ilivewithian/1293678 to your computer and use it in GitHub Desktop.
Live config transform
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="SiteStatus" value="live" 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