Change K_DETAILED_ERRORS to ASPNET_DETAILED_ERRORS
This commit is contained in:
parent
e97d78ec94
commit
a94e74c034
|
|
@ -9,7 +9,7 @@
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<!-- This will turn on detailed errors when deployed to remote servers -->
|
<!-- This will turn on detailed errors when deployed to remote servers -->
|
||||||
<!-- This setting is not recommended for production -->
|
<!-- This setting is not recommended for production -->
|
||||||
<add key="K_DETAILED_ERRORS" value="true" />
|
<add key="ASPNET_DETAILED_ERRORS" value="true" />
|
||||||
</appSettings>
|
</appSettings>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
Loading…
Reference in New Issue