Last active
February 11, 2017 12:19
-
-
Save sjwaight/aeff59e5c42db1829555c4f1b8caf441 to your computer and use it in GitHub Desktop.
Sample web.config ready for transformation by Web Deploy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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