Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Last active February 11, 2017 12:19
Show Gist options
  • Save sjwaight/aeff59e5c42db1829555c4f1b8caf441 to your computer and use it in GitHub Desktop.
Save sjwaight/aeff59e5c42db1829555c4f1b8caf441 to your computer and use it in GitHub Desktop.
Sample web.config ready for transformation by Web Deploy.
<configuration>
<appSettings>
<add key="webpages:Version" value="3.0.0.0" />
<add key="webpages:Enabled" value="false" />
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="LoggingDatabaseAccount" value="__docdburi__" />
<add key="LoggingDatabaseKey" value="__docdbkey__" />
<add key="LoggingDatabase" value="__loggingdb__" />
<add key="LoggingDatabaseCollection" value="__loggingdbcollection__" />
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment