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
Why do we need static class in c#?
What is interface c#?
What are synchronous and asynchronous operations?
What is object type in c#?
Are cao stateful in nature?
Can you access a hidden base class method in the derived class?
What is a namespace server?
What is a nullreferenceexception?
What are c# collections?
What is static variable in c#?
What is the implicit name of the parameter that gets passed into the class set method?
What is the difference between asp net and c#?
What is difference between managed and unmanaged code?
What is the namespcae generally given to the webpage of the .NET Framework ?
Explain the differences between static, void and public in c#?