If I m using Session State Partioning where I have
partitioned my session into 4 servers then how can I know
that my session will be stored on which server?



If I m using Session State Partioning where I have partitioned my session into 4 servers then how ..

Answer / srikanth

if u are using multiple instances of server then for
maintaing session state u need to use sqlserver session
state mode.i.e u r storing session information in db (you
need to specify db name also).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


Which is an advantage of application service providers?

0 Answers  


What is the advantage of using Windows authentication in a Web application?

0 Answers   MCN Solutions,


What is the usie of activex control in .net?

0 Answers  


What are Master Pages in ASP.NET? or What is a Master Page?

0 Answers   MCN Solutions,






how to send mail in asp.net

2 Answers  


Explain the advantages of caching?

0 Answers  


What is the differances between a abstract calss and interface

2 Answers   Patni,


what is the difference between this.controls and page.form1.controls and me.controls?

2 Answers   FactorH,


What is session and application variable in asp net?

0 Answers  


Explain the code Access Security (CAS) in .net Framework?

0 Answers  


How to deploy the Asp.Net Project ?

3 Answers  


Categories