Skip to content

Commit

Permalink
Versioning update
Browse files Browse the repository at this point in the history
Versioning update
  • Loading branch information
guardrex committed Nov 3, 2018
1 parent bec20e1 commit fb0e277
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions aspnetcore/fundamentals/host/web-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ uid: fundamentals/host/web-host

By [Luke Latham](https://github.com/guardrex)

::: moniker range="<= aspnetcore-2.0"

For the 1.1 version of this topic, download [ASP.NET Core Web Host (version 1.1, PDF)](https://webpifeed.blob.core.windows.net/webpifeed/Partners/Web-Host_1.1.pdf).

::: moniker-end

ASP.NET Core apps configure and launch a *host*. The host is responsible for app startup and lifetime management. At a minimum, the host configures a server and a request processing pipeline. This topic covers the ASP.NET Core Web Host ([IWebHostBuilder](/dotnet/api/microsoft.aspnetcore.hosting.iwebhostbuilder)), which is useful for hosting web apps. For coverage of the .NET Generic Host ([IHostBuilder](/dotnet/api/microsoft.extensions.hosting.ihostbuilder)), see <xref:fundamentals/host/generic-host>.

## Set up a host
Expand Down
4 changes: 0 additions & 4 deletions aspnetcore/fundamentals/servers/kestrel.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ uid: fundamentals/servers/kestrel

By [Tom Dykstra](https://github.com/tdykstra), [Chris Ross](https://github.com/Tratcher), and [Stephen Halter](https://twitter.com/halter73)

::: moniker range="<= aspnetcore-2.0"

For the 1.1 version of this topic, download [Kestrel web server implementation in ASP.NET Core (version 1.1, PDF)](https://webpifeed.blob.core.windows.net/webpifeed/Partners/Kestrel_1.1.pdf).

::: moniker-end

Kestrel is a cross-platform [web server for ASP.NET Core](xref:fundamentals/servers/index). Kestrel is the web server that's included by default in ASP.NET Core project templates.

Kestrel supports the following features:
Expand Down

0 comments on commit fb0e277

Please sign in to comment.