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
Why do we use readonly in c#?
What is the difference between early binding and late binding in c#?
What is .cshtml file?
What is a concrete class in c#?
What is inheritance c#?
What is object type in c#?
Explain the differences between static, void and public in c#?
How many bytes is an int in c#?
What you mean by inner exception in c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
Define a manifest in .net?
Can the nested class access, the containing class. Give an example?
Can firstordefault return null?
Is c# different than c++?
What is the do while loop code?