Suppose there is one web farm with 3 servers inside with
same configuration and the same project is running inside
all servers.Which session mode is usde for all these and
why?
Answer Posted / eduardo belmonte
Mode="StateServer"
That way one server will take care of the state and will
share that info with other servers who may need to request.
This of course is the way to set the "Out of Process"
management of Session State.
You must also include an attribute of StateConnectionString
related to the server that will provide the state
management.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Explain file-based dependency and key-based dependency.
What is difference between abstract class and an interface?
9. Why should we hire you over the others waiting to be interviewed?
What is the function of new view engine in asp.net? : asp.net mvc
How to unit test Web API?
what are configuration files?
List down the sequence of methods called during the page load.
What does asp.net stand for?
How many types of Cookies are available in ASP.NET?
What is the appSettings Section in the web.config file?
How do you secure your connection string information?
Why and where this web.config file is used?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What are the 3 levels at which content pages can be attached to Master Page?