React to UseIIS rename.

This commit is contained in:
Chris R 2016-04-07 11:49:12 -07:00
parent 75226d6e06
commit e5b807e4d2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace MusicStore
// This is used to allow deployers to choose the server for testing.
.UseKestrel()
.UseDefaultHostingConfiguration(args)
.UseIIS()
.UseIISIntegration()
.UseStartup("MusicStore")
.Build();