Change K_DETAILED_ERRORS to ASPNET_DETAILED_ERRORS

This commit is contained in:
Wei Wang 2015-01-19 16:08:03 -08:00
parent e97d78ec94
commit a94e74c034
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<appSettings>
<!-- This will turn on detailed errors when deployed to remote servers -->
<!-- This setting is not recommended for production -->
<add key="K_DETAILED_ERRORS" value="true" />
<add key="ASPNET_DETAILED_ERRORS" value="true" />
</appSettings>
</configuration>