Can you have more than one ASP.NET state server in a cluster?

We have a 4-server cluster running an ASP.NET web application using the ASP.NET state server service for the session. State Server Service ASP.NET is running on one of the four servers, and other servers are configured for this. Very often we have to fix servers, and applying the patch to State Server requires a few minutes of downtime.

Is there a way to configure more than two ASP Server State Server Services in a cluster, so if one goes down, the other takes over?

+3
source share
4 answers

ASP Stateserver 1- node.

, - .

ASP MSCS

+1

ASP.NET State Server , , , . . , (. ).

; ASP.NET .

If you do not need process session data replicated to multiple servers, you should either use one of the commercial offers (for example, ScaleOut) or wait until Microsoft Project Velocity is ready for production. Personally, I look forward to Velocity coming out and switching to it from the ASP.NET public server as soon as I feel confident in the product.

This link contains more about speed for session state for ASP.NET.

0
source

Go to State Server in SQL Server.

0
source

Source: https://habr.com/ru/post/1696978/


All Articles