Fix typo (windows -> Windows) (#17412)
parent
00bdd573ac
commit
9221fa2f34
|
@ -96,7 +96,7 @@ An ASP.NET Core app uses an HTTP server implementation to listen for HTTP reques
|
|||
ASP.NET Core provides the following server implementations:
|
||||
|
||||
* *Kestrel* is a cross-platform web server. Kestrel is often run in a reverse proxy configuration using [IIS](https://www.iis.net/). In ASP.NET Core 2.0 or later, Kestrel can be run as a public-facing edge server exposed directly to the Internet.
|
||||
* *IIS HTTP Server* is a server for windows that uses IIS. With this server, the ASP.NET Core app and IIS run in the same process.
|
||||
* *IIS HTTP Server* is a server for Windows that uses IIS. With this server, the ASP.NET Core app and IIS run in the same process.
|
||||
* *HTTP.sys* is a server for Windows that isn't used with IIS.
|
||||
|
||||
# [macOS](#tab/macos)
|
||||
|
@ -511,4 +511,4 @@ In Razor (*.cshtml*) files, the tilde-slash (`~/`) points to the web root. A pat
|
|||
|
||||
For more information, see <xref:fundamentals/static-files>.
|
||||
|
||||
::: moniker-end
|
||||
::: moniker-end
|
||||
|
|
Loading…
Reference in New Issue