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?

Answers were Sorted based on User's Feedback



How you will handle session when deploying application in more than a server? Describe session han..

Answer / 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

How you will handle session when deploying application in more than a server? Describe session han..

Answer / 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

How you will handle session when deploying application in more than a server? Describe session han..

Answer / adrien

You have 3 options.

1. Do not use any session variables.
2. Use a dedicated State Server (or state Server Farm)
3. Use SQL Server for state management

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What do you mean by a windows process in regards to memory allocation?

0 Answers  


What is access modifier in c#?

0 Answers  


Why we use extension methods in c#?

0 Answers  


How many digits are in an integer?

0 Answers  


What is eager and lazy loading in c#?

0 Answers  


What is difference between an Structure and Class?

0 Answers  


What is the use of ienumerable in c#?

0 Answers  


How can you use abstract class and interface?

0 Answers   Accenture,


What is the difference between hashtable and dictionary in c#?

0 Answers  


How to find methods of a assembly file (not using ILDASM)?

0 Answers  


I have a very important query in my mind. Please help me regarding this. I don't have any real time exp in .net. But I have a knowledge it .net. I got an offer from an MNC company as a software developer has I had kept 2 years of fake exp. Even though for this job I had worked hard to crack interview for about an year. So, I would like to know how difficult it will be for working in real time as I don't have real time exp. Please tell me as soon as possible bcoz I need to join by next month. Can i sustain over there for a longer time or not. And also let me know how to work pressure will be over there. Please help me regarding this. I'm getting tension thinking about it. Thank you.

1 Answers  


What is xml comments in c#?

0 Answers  


Categories