diff --git a/src/MusicStore/Program.cs b/src/MusicStore/Program.cs index dbd6dbe8df..d63f395930 100644 --- a/src/MusicStore/Program.cs +++ b/src/MusicStore/Program.cs @@ -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();