How to store session in state server mode???
please give me simple ex or steps?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manikavelu VelayuthamPosted Sep 23, 2010, 10:50 AM
cookieless="false"
timeout="20"
sqlconnectionstring="data source=127.0.0.1;user id=
server="127.0.0.1"
port="42424"
/>
Procedures
On the remote server that will store session state information, open Administrative Tools, and then click Services.
In the details pane, right-click ASP.NET State Service, and then click Properties.
On the General tab, in the Startup type list box, click Automatic.
Under Service status, click Start, and then click OK. The state service starts automatically when the Web server is restarted.