Merge branch 'hishamco-dev' into dev

This commit is contained in:
John Luo 2016-02-03 16:17:05 -08:00
commit 44905b6b8b
2 changed files with 1 additions and 3 deletions

View File

@ -80,6 +80,7 @@ namespace SessionSample
{
var host = new WebHostBuilder()
.UseDefaultConfiguration(args)
.UseServer("Microsoft.AspNetCore.Server.Kestrel")
.UseIISPlatformHandlerUrl()
.UseStartup<Startup>()
.Build();

View File

@ -1,3 +0,0 @@
{
"server": "Microsoft.AspNetCore.Server.Kestrel"
}