[Fixes #510] Remove or fix Helios.cmd

This commit is contained in:
Kiran Challa 2015-08-03 09:31:11 -07:00
parent 84203a5d45
commit a0ef3ee814
1 changed files with 10 additions and 9 deletions

View File

@ -10,6 +10,7 @@
<!-- 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="ASPNET_DETAILED_ERRORS" value="true" /> <add key="ASPNET_DETAILED_ERRORS" value="true" />
<add key="dnx-app-base" value=".." />
</appSettings> </appSettings>
</configuration> </configuration>