开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜