sessionState に State Server を使用したいと考えています。これは、すべてのセッション変数で正常に機能しますが、認証では機能しません。Web サーバーのファームを使用できるように、State Server に認証を保存するにはどうすればよいですか? 私のweb.configは次のようになります..
<system.web>
<authentication mode="Forms">
<forms loginUrl="~/Account/Login" timeout="20" slidingExpiration="true" />
</authentication>
<authorization>
<deny users="?" />
</authorization>
<sessionState mode="StateServer" stateConnectionString="tcpip=localhost:42424" cookieless="false" timeout="20" />
<machineKey validationKey="F2FCB9C6C8F045A198D4885C6E...