How you will handle session when deploying application in
more than a server? Describe session handling in a webform,
how does it work and what are the limits?
Answer Posted / frederickson
we have Inproc server and outproc server
for storing session in different server we have to specify
in the webcofing mode="state" and state mode session to be
srialized. and it stores in aspnet_state.exe
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a c# delegate?
What is the difference between abstract and virtual?
What is generic types in c#?
What is a nested type. Give an example?
Where are value types stored in c#?
How can I get around scope problems in a try/catch?
What is a three-tier application.
What is the difference between delegates and superdelegates?
What is difference between string and stringbuilder in c#?
How big is an int16?
What is the difference between a variable and a literal?
What is difference between variable and property in c#?
What is a base class in C#?
What is the base class from which all value types are derived?
What is the difference between an integer and int?