[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

@ -1,15 +1,16 @@
<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>
<appSettings>
<!-- This will turn on detailed errors when deployed to remote servers -->
<!-- This setting is not recommended for production -->
<add key="ASPNET_DETAILED_ERRORS" value="true" />
</appSettings>
<appSettings>
<!-- This will turn on detailed errors when deployed to remote servers -->
<!-- This setting is not recommended for production -->
<add key="ASPNET_DETAILED_ERRORS" value="true" />
<add key="dnx-app-base" value=".." />
</appSettings>
</configuration>