Change K_DETAILED_ERRORS to ASPNET_DETAILED_ERRORS

This commit is contained in:
Wei Wang 2015-01-19 17:29:45 -08:00
parent ce72c2fc7e
commit 73b30c0fbf
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>