Changing kre-app-base to dnx-app-base in web.config

This commit is contained in:
Praburaj 2015-03-09 06:52:01 -07:00
parent 2438fa20e3
commit 723e7727f0
1 changed files with 1 additions and 1 deletions

View File

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