Skip to content

Commit 3f91974

Browse files
authored
Surface enabling WebSockets for Blazor on IIS (dotnet#17026)
1 parent 3dd84ac commit 3f91974

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

aspnetcore/host-and-deploy/blazor/server.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to host and deploy a Blazor Server app using ASP.NET Core
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 02/12/2020
8+
ms.date: 02/15/2020
99
no-loc: [Blazor, SignalR]
1010
uid: host-and-deploy/blazor/server
1111
---
@@ -79,7 +79,10 @@ We recommend using the [Azure SignalR Service](/azure/azure-signalr) for Blazor
7979

8080
#### IIS
8181

82-
When using IIS, sticky sessions are enabled with Application Request Routing. For more information, see [HTTP Load Balancing using Application Request Routing](/iis/extensions/configuring-application-request-routing-arr/http-load-balancing-using-application-request-routing).
82+
When using IIS, enable:
83+
84+
* [WebSockets on IIS](xref:fundamentals/websockets#enabling-websockets-on-iis).
85+
* [Sticky sessions with Application Request Routing](/iis/extensions/configuring-application-request-routing-arr/http-load-balancing-using-application-request-routing).
8386

8487
#### Kubernetes
8588

0 commit comments

Comments
 (0)