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
If we specify mode ="Inproc" session will store in
webserver itself under aspnet_wp.exe
If we specify mode = "Sqlserver" session will store in
sqlserver and it has to be serialized.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How do I start a program in c#?
Name some properties of array.
How do you encapsulate in c#?
Tell me the difference between call by value and call by reference.
What is parsing? How to parse a date time string?
In .Net, what is an assembly? Also explain the type of assembly.
What are types of constructor?
In which format you can pass the value in the sleep function?
What is definition in c#?
How to update the gui from another thread in c#?
How does aspect oriented programming work?
Is unity object oriented?
What is icomparable in c#?
What is the difference between CreateObject() and GetObject()?
What are namespaces, and how they are used?