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

When using the Pager object, inorder to know which page to go, which property you have to set to grid?

0 Answers   Siebel,


What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?

3 Answers   TCS,


Various types of Page Load functions

4 Answers   Net Solution,


What is difference between web api and web services?

0 Answers  


Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?

3 Answers   DNS,






Explain how can we access static variable?

0 Answers  


which scripting is used browser by server when we use validation controls. 1.javascript 2.vbscript 3.jscript 4.perl

8 Answers   Satyam,


What is Generic? explain clearly?

3 Answers   iGate,


step to create a strong name?

1 Answers  


How do you construct HtmlResponseMessage?

1 Answers  


How many Directives r in ASP.NET?

8 Answers  


WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?

4 Answers  


Categories