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 the difference between array and arraylist c#?
What you mean by inner exception in c#?
What is xpath in c#?
What is sqldatareader c#?
What is CLR and its application.?
Is c++ or c# better?
Expalin the way you implement inheritance by using VB.NET/C#?
What is the difference between class and namespace?
How do I start a program in c#?
What does type safe mean in c#?
How do you convert byte array to hexadecimal string, and vice versa?
Why do we use interface in c#?
Can private virtual methods be overridden in c#.net?
List some of the classes used by system.data namespace?
Can you pass value types by reference to a method?