Adding the switch to turn on Helios errors when deployed to remote.

Currently the detailed errors are displayed only for local requests.
This commit is contained in:
Praburaj 2014-04-24 14:53:19 -07:00
parent 470f217374
commit 8bd2d01b11
1 changed files with 4 additions and 1 deletions

View File

@ -8,8 +8,11 @@
<appSettings>
<!-- Change below value to 'false' to run on full desktop -->
<add key="K" value="true" />
<add key="K" value="false" />
<!-- 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" />
</appSettings>
</configuration>