diff --git a/test/Ocelot.ManualTest/Program.cs b/test/Ocelot.ManualTest/Program.cs index a545819a..78c336d6 100644 --- a/test/Ocelot.ManualTest/Program.cs +++ b/test/Ocelot.ManualTest/Program.cs @@ -16,8 +16,8 @@ namespace Ocelot.ManualTest builder.UseKestrel() .UseContentRoot(Directory.GetCurrentDirectory()) - .UseStartup(); - + .UseIISIntegration() + .UseStartup(); var host = builder.Build(); host.Run();