This commit is contained in:
John Luo 2016-03-30 16:58:14 -07:00
Родитель 20a24a2ab6
Коммит cfd6ec311e
2 изменённых файлов: 1 добавлений и 3 удалений

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

@ -8,6 +8,7 @@ namespace MusicStore
{
var host = new WebHostBuilder()
.UseDefaultHostingConfiguration(args)
.UseKestrel()
.UseIIS()
.UseStartup("MusicStore")
.Build();

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

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