I hope to set up state server in windows 7. However, i didn't find out
the correct steps for setting that via UI. Is there any resources about that,
thanks.
Hi abranhun.c,
The state server is a Windows service which is used to store the session information. It should be noted that there should be only one state server instance running per server farm so that sessions may be shared. State
server is installed as a part of installing the .NET Framework. The name of the service for the same is "ASP.NET State Service". State Service is more reliable than in memory because even if one of the web servers goes down (assuming not the
one which is executing the state server) the website may still work as the sessions are not lost.
Please refer to the steps about implement State Server session in your web application:
Step 1:
Start ASP.NET State Servcie
Go to Control Panel > Administrative Tools > Services
Select ASP.NET State Service.
Right Click on ASP.NET State Service and choose start from popup menu.
abramhum.c.l
Member
21 Points
84 Posts
how to set up stateserver
Nov 07, 2012 11:40 PM|LINK
Hi:
I hope to set up state server in windows 7. However, i didn't find out
the correct steps for setting that via UI. Is there any resources about that,
thanks.
BrockAllen
All-Star
27574 Points
4912 Posts
MVP
Re: how to set up stateserver
Nov 08, 2012 12:14 AM|LINK
The state server is a windows service.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/
Amy Peng - M...
Star
10199 Points
964 Posts
Microsoft
Re: how to set up stateserver
Nov 09, 2012 04:35 AM|LINK
Hi abranhun.c,
The state server is a Windows service which is used to store the session information. It should be noted that there should be only one state server instance running per server farm so that sessions may be shared. State server is installed as a part of installing the .NET Framework. The name of the service for the same is "ASP.NET State Service". State Service is more reliable than in memory because even if one of the web servers goes down (assuming not the one which is executing the state server) the website may still work as the sessions are not lost.
Please refer to the steps about implement State Server session in your web application:
Step 1: Start ASP.NET State Servcie
Step 2: Change Session Mode in Web.Config File
Step 3: Make All Object Serializable
Regards,
Amy Peng
Feedback to us
Develop and promote your apps in Windows Store
abramhum.c.l
Member
21 Points
84 Posts
Re: how to set up stateserver
Nov 12, 2012 03:57 AM|LINK
Thanks a lot
Amy Peng - M...
Star
10199 Points
964 Posts
Microsoft
Re: how to set up stateserver
Nov 12, 2012 04:52 AM|LINK
Hi abramhum.c.l
It is my pleasure, I am very happy what I said can help you!
Thanks,
Amy Peng
Feedback to us
Develop and promote your apps in Windows Store