Reacting to Hosting changes
This commit is contained in:
parent
ece8d1954a
commit
808d91c0e4
|
|
@ -11,7 +11,7 @@ namespace ServerComparison.TestSites
|
|||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseServer("Microsoft.AspNetCore.Server.Kestrel")
|
||||
.UseDefaultConfiguration(args)
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseIIS()
|
||||
.UseStartup("ServerComparison.TestSites")
|
||||
.Build();
|
||||
|
|
|
|||
Loading…
Reference in New Issue