Remove hosting.json

This commit is contained in:
John Luo 2016-03-30 16:21:56 -07:00
parent bc84437881
commit 2029510999
2 changed files with 1 additions and 3 deletions

View File

@ -23,6 +23,7 @@ namespace CorsMiddlewareWebSite
{
var host = new WebHostBuilder()
.UseDefaultHostingConfiguration(args)
.UseKestrel()
.UseIISPlatformHandlerUrl()
.UseStartup<Startup>()
.Build();

View File

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