0

複数のマシン間で開いているセッションを共有することで、Web サイトがサーバーのクラッシュを克服できるようにしたいと考えています。

どうすればそれを達成できますか?

ありがとう、

4

1 に答える 1

1

Configure Out-of-Process Session State

Out-of-process session state mode preserves session state data by running outside the worker processes where ASP.NET applications are running. Use one of the following configurations to maintain out-of-process session state:

  • A state server, which depends on the Windows state service, Aspnet_state.exe, to store session state data

  • A SQL Server database

于 2013-01-28T11:00:22.940 に答える