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
Родитель 2438fa20e3
Коммит 723e7727f0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>