Skip to content

Instantly share code, notes, and snippets.

@koistya
Created November 14, 2014 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koistya/27e25b0ed647424f2913 to your computer and use it in GitHub Desktop.
Save koistya/27e25b0ed647424f2913 to your computer and use it in GitHub Desktop.
ASP.NET 5 Beta 1 Default Configuration File for IIS
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="kpm-package-path" value="..\approot\packages" />
<add key="bootstrapper-version" value="1.0.0-beta1" />
<add key="kre-package-path" value="..\approot\packages" />
<add key="kre-version" value="1.0.0-beta1" />
<add key="kre-clr" value="CoreCLR" />
<add key="kre-app-base" value="..\approot\packages\App\1.0.0\root" />
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment