Skip to content

Commit

Permalink
Remove extra and inconsistent sentences for windows insider. (#29629)
Browse files Browse the repository at this point in the history
* Remove extra and inconsistent sentences for windows insider.

* Apply suggestions from code review

Co-authored-by: James Newton-King <james@newtonking.com>

* Update aspnetcore.md

Updated so versions match same information on topic referenced by JamesNK

* Update aspnetcore.md

Combined into one dagger note for both IIS and HTTP.sys

---------

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
Co-authored-by: James Newton-King <james@newtonking.com>
  • Loading branch information
3 people authored Jun 29, 2023
1 parent a9e4db9 commit d5a061a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions aspnetcore/grpc/aspnetcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,9 @@ gRPC services can be hosted by all built-in ASP.NET Core servers.
> * Kestrel
> * TestServer
> * IIS&dagger;
> * HTTP.sys&Dagger;
> * HTTP.sys&dagger;
&dagger;IIS requires .NET 5 and Windows 10 Build 20300.1000 or later.
&Dagger;HTTP.sys requires .NET 5 and Windows 10 Build 19529 or later.

The preceding Windows 10 Build versions may require the use of a [Windows Insider](https://insider.windows.com) build.
&dagger;Requires .NET 5 and Windows 11 Build 22000 or Windows Server 2022 Build 20348 or later.

For more information about choosing the right server for an ASP.NET Core app, see <xref:fundamentals/servers/index>.

Expand Down Expand Up @@ -137,13 +134,13 @@ For more information on enabling HTTP/2 and TLS with Kestrel, see [Kestrel endpo
## IIS

[Internet Information Services (IIS)](xref:host-and-deploy/iis/index) is a flexible, secure and manageable Web Server for hosting web apps, including ASP.NET Core. .NET 5 and Windows 10 Build 20300.1000 or later are required to host gRPC services with IIS, which may require the use of a [Windows Insider](https://insider.windows.com) build.
[Internet Information Services (IIS)](xref:host-and-deploy/iis/index) is a flexible, secure and manageable Web Server for hosting web apps, including ASP.NET Core. .NET 5 and Windows 11 Build 22000 or Windows Server 2022 Build 20348 or later are required to host gRPC services with IIS.

IIS must be configured to use TLS and HTTP/2. For more information, see <xref:host-and-deploy/iis/protocols>.

## HTTP.sys

[HTTP.sys](xref:fundamentals/servers/httpsys) is a web server for ASP.NET Core that only runs on Windows. .NET 5 and Windows 10 Build 19529 or later are required to host gRPC services with HTTP.sys, which may require the use of a [Windows Insider](https://insider.windows.com) build.
[HTTP.sys](xref:fundamentals/servers/httpsys) is a web server for ASP.NET Core that only runs on Windows. .NET 5 and Windows 11 Build 22000 or Windows Server 2022 Build 20348 or later are required to host gRPC services with HTTP.sys.

HTTP.sys must be configured to use TLS and HTTP/2. For more information, see [HTTP.sys web server HTTP/2 support](xref:fundamentals/servers/httpsys#http2-support).

Expand Down Expand Up @@ -193,13 +190,13 @@ For more information on enabling HTTP/2 and TLS with Kestrel, see [Kestrel endpo
## IIS

[Internet Information Services (IIS)](xref:host-and-deploy/iis/index) is a flexible, secure and manageable Web Server for hosting web apps, including ASP.NET Core. .NET 5 and Windows 10 Build 20300.1000 or later are required to host gRPC services with IIS, which may require the use of a [Windows Insider](https://insider.windows.com) build.
[Internet Information Services (IIS)](xref:host-and-deploy/iis/index) is a flexible, secure and manageable Web Server for hosting web apps, including ASP.NET Core. .NET 5 and Windows 11 Build 22000 or Windows Server 2022 Build 20348 or later are required to host gRPC services with IIS.

IIS must be configured to use TLS and HTTP/2. For more information, see <xref:host-and-deploy/iis/protocols>.

## HTTP.sys

[HTTP.sys](xref:fundamentals/servers/httpsys) is a web server for ASP.NET Core that only runs on Windows. .NET 5 and Windows 10 Build 19529 or later are required to host gRPC services with HTTP.sys, which may require the use of a [Windows Insider](https://insider.windows.com) build.
[HTTP.sys](xref:fundamentals/servers/httpsys) is a web server for ASP.NET Core that only runs on Windows. .NET 5 and Windows 11 Build 22000 or Windows Server 2022 Build 20348 or later are required to host gRPC services with HTTP.sys.

HTTP.sys must be configured to use TLS and HTTP/2. For more information, see [HTTP.sys web server HTTP/2 support](xref:fundamentals/servers/httpsys#http2-support).

Expand Down

0 comments on commit d5a061a

Please sign in to comment.