如何设置web.config,以便使用session进行验证
1个回答
2015-12-13
展开全部
StateServer模式 进程外保存session的.在IIS或ASPNET服务意外关闭时还能继续保持状态.
配置web.config:
<system.web> 节点下:
<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424"></sessionState>
如果是远程的计算机还需要配置注册表。
配置web.config:
<system.web> 节点下:
<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424"></sessionState>
如果是远程的计算机还需要配置注册表。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询