Skip to content

Instantly share code, notes, and snippets.

@johnazariah
Created July 31, 2014 23:28
Show Gist options
  • Save johnazariah/f78aff2577d034918731 to your computer and use it in GitHub Desktop.
Save johnazariah/f78aff2577d034918731 to your computer and use it in GitHub Desktop.
XDT to reconfigure Azure Websites server configuration
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<system.webServer>
<httpLogging xdt:Transform="SetAttributes(selectiveLogging)" selectiveLogging="LogSuccessful" >
</httpLogging>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment