Skip to content

Instantly share code, notes, and snippets.

@tomekjuranek
Created November 19, 2012 10:44
Show Gist options
  • Save tomekjuranek/4110054 to your computer and use it in GitHub Desktop.
Save tomekjuranek/4110054 to your computer and use it in GitHub Desktop.
Remove debug attribute from web.config
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
</system.web>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment