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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / m.amalraj
we need to mention session mode in "Out of Process" in
web.config
Because should maintaining session with different server in
same application and default inProcess mode only used for
single server.
Is This Answer Correct ? | 1 Yes | 1 No |
Explain the difference between debug.write and trace.write? When should each be used?
How do I publish my asp.net application to my isp's web server?
How long the items in ViewState exists?
0 Answers SwanSoft Technologies,
what are the security certificates used in webservices?
what is generics?
Is razor a programming language?
Why is it important to maintain session state?
How do you add a javascript function for a link button in a datagrid ?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
How to store a dataset in a viewstate?
What is asp.net mvc? : asp.net mvc
Which is the parent class of the web server control?