diff --git a/aspnetcore/fundamentals/servers/kestrel.md b/aspnetcore/fundamentals/servers/kestrel.md index 740a5b5947..bfddaabaf0 100644 --- a/aspnetcore/fundamentals/servers/kestrel.md +++ b/aspnetcore/fundamentals/servers/kestrel.md @@ -32,7 +32,7 @@ Kestrel is supported on all platforms and versions that .NET Core supports. ## Get started -ASP.NET Core project templates use Kestrel by default. In *Program.cs*, the +ASP.NET Core project templates use Kestrel by default when not hosted with IIS. In *Program.cs*, the method calls : [!code-csharp[](kestrel/samples/5.x/KestrelSample/Program.cs?name=snippet_DefaultBuilder&highlight=8)]