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



Suppose there is one web farm with 3 servers inside with same configuration and the same project i..

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

Suppose there is one web farm with 3 servers inside with same configuration and the same project i..

Answer / chandra prakash

StateServer and SQL Server Mode

Is This Answer Correct ?    1 Yes 0 No

Suppose there is one web farm with 3 servers inside with same configuration and the same project i..

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

Post New Answer

More ASP.NET Interview Questions

Explain the difference between debug.write and trace.write? When should each be used?

0 Answers  


How do I publish my asp.net application to my isp's web server?

0 Answers  


How long the items in ViewState exists?

0 Answers   SwanSoft Technologies,


what are the security certificates used in webservices?

0 Answers  


what is generics?

2 Answers   Microsoft,


Is razor a programming language?

0 Answers  


Why is it important to maintain session state?

1 Answers  


How do you add a javascript function for a link button in a datagrid ?

4 Answers   Microsoft,


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?

0 Answers   Wipro,


How to store a dataset in a viewstate?

3 Answers   Patni,


What is asp.net mvc? : asp.net mvc

0 Answers  


Which is the parent class of the web server control?

0 Answers  


Categories