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 / 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 |
Post New Answer View All Answers
How you will manage the state of ASP.NET controls?
Do you support digital rights management to protect my videos?
What's the use of formatters in .net?
What is the difference between a multi-layer and multi-tier applications?
What is dynamic web page with example?
What is cache in asp net?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Explain how can we access static variable?
What are the main requirements for caching?
Can we have multiple web config files for an asp.net application?
How can we call webservices in Banking Applications? and where we are using it?
What is the file extension of web service?
How does session authentication work?
Explain the difference between webfarm and webgardens in .net?
What is datagrid asp.net?