开发者

What is the use of stateConnectionString in sessionState in Web.config?

开发者 https://www.devze.com 2022-12-10 12:25 出处:网络
I\'m using VS 2005 for web forms. Looking at the web.config I see a stateConnectionString attribute. Is this really needed?

I'm using VS 2005 for web forms.

Looking at the web.config I see a stateConnectionString attribute.


Do you mean sqlConnectionString attribute? If you do then it is used if you set the state server mode to SqlServer for usage in a web farm scenario. It is the box running the Sql Server for the session state store.

0

精彩评论

暂无评论...
验证码 换一张
取 消