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

with which controls you worked in Asp.net 2.0?

2 Answers   HP, nTech Solutions,


What are the validation controls available in ASP.NET?

0 Answers  


Differentiate between authentication and authorization.

0 Answers  


Can you change a master page dynamically at runtime? How?

0 Answers  


Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

0 Answers   DELL,






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

0 Answers  


Define repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


when we write the html code with runat = server it works like a server control than why we use the server control?

1 Answers  


What is a server cookie?

0 Answers  


Explain the flow of processing of the request? : asp.net mvc

0 Answers  


can we call webservice in Html form?

1 Answers   Bank Of America, BirlaSoft, Microsoft,


What is the base class of .NET?

6 Answers  


Categories