Change K_DETAILED_ERRORS to ASPNET_DETAILED_ERRORS
This commit is contained in:
parent
ce72c2fc7e
commit
73b30c0fbf
|
|
@ -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>
|
||||
Loading…
Reference in New Issue