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
Define satellite assembly in c#?
What is the difference between integer and double?
What is main thread in c#?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
What are static and dynamic variables?
What is a property c#?
What is access specifier in c#?
What are nested classes in c#?
What is difference between list and ilist in c#?
What does dbml mean in texting?
What is the use of ienumerable?
What is a must for multitasking
What is the meaning of extention?
What is the role of the datareader class in ado.net connections?
What can we do to handle multiple exceptions?