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
Write the syntax for catching an exception in c#?
What is double c#?
What is the difference between method overriding and method overloading?
What is delegate in c#?
What are async and await?
What is the difference between overriding and overloading in systemverilog?
What is the difference between do and while loop?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What are the different ways of method can be overloaded?
Explain how to add controls dynamically to the form using c#.net.
What is difference between function and method in c#?
What do you mean by jagged array?
What is data binding with example?
What is delegates in c#?
Can arraylist store different data types in c#?