[Fixes #510] Remove or fix Helios.cmd
This commit is contained in:
parent
84203a5d45
commit
a0ef3ee814
|
|
@ -1,15 +1,16 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
||||||
<system.web>
|
<system.web>
|
||||||
<compilation debug="true" targetFramework="4.5" />
|
<compilation debug="true" targetFramework="4.5" />
|
||||||
<httpRuntime targetFramework="4.5" />
|
<httpRuntime targetFramework="4.5" />
|
||||||
</system.web>
|
</system.web>
|
||||||
|
|
||||||
<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="ASPNET_DETAILED_ERRORS" value="true" />
|
<add key="ASPNET_DETAILED_ERRORS" value="true" />
|
||||||
</appSettings>
|
<add key="dnx-app-base" value=".." />
|
||||||
|
</appSettings>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
Loading…
Reference in New Issue