Tagged Questions
1
vote
1answer
177 views
How can we change session state of a website from one state to another
Basically my question is i have a website which was developed around 3 years ago, while development it was proposed that this site will be used by few people on internet.
But now it seems like many ...
0
votes
1answer
167 views
Enforce serializable session state access for InProc?
I have heard advice in the past to use SqlServer / StateServer early on in a project, so when you scale you don't fall into the trap of a developer using non-serializable objects InProc and it ...
0
votes
1answer
67 views
Determining which control is getting serialized
Similar to This Question, I have an application that relies heavily on in-process session. I'm now trying to move the session store to a local State Server.
I'm getting the error:
Type ...
1
vote
1answer
2k views
Unable to use session state server because this version of ASP.NET requires session state server version 2.0 or above
I am migrating 2 .NET web sites from one Windows 2003 (IIS6) server to another. One of the sites is .NET 2.0 and the other is .NET 3.5. I am using the StateServer mode of ASP.NET session state with ...
1
vote
0answers
373 views
Error when configuring session state server
We have 4 machines behind a firewall and hardware load balancer.
We are trying to setup session state server. When we do, we get the following error:
Message: System.Net.Sockets.SocketException ...