摘要: 1.配置文件 <configuration> <system.web> <sessionState timeout="20" mode="StateServer" stateConnectionString="tcpip=192.168.0.122:42424"></sessionState> </system.web> </configuration>注:端口号必须为42424 此例中为远程情况,如果是本机可以是localhost或127.0.0.1,远程还需要 阅读全文
posted @ 2013-01-10 05:08 刘 明 阅读(208) 评论(0) 推荐(0)