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 are PDBs? Where must they be located for debugging to work?

4 Answers  


What are the difference between ASP and ASP.Net?

4 Answers   Accenture, Mphasis,


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

0 Answers   Siebel Systems,


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

2 Answers   Siebel Systems,


Explain method to handle error using HttpError in Web API?

0 Answers  






In order to get assembly info which namespace we should import?

0 Answers  


Where session variables are stored?

0 Answers  


Every Validation controls have same option ?

2 Answers   iGate,


Do session use cookies in asp net?

0 Answers  


what is the difference between sql 2000 and 2005?

2 Answers   Cognizant,


What are session variables?

2 Answers   Microsoft,


when i want to use asp.net configuration for creat users and roles i recived this message: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. when i clicked the choose data source button that give me another message that is this: Use this page to configure how Web site management data such as membership is stored. You can use a single provider for all the management data for your site or you can specify a different provider for each feature. Your application is currently configured to use the provider: AspNetSqlProvider Select a single provider for all site management data Select a different provider for each feature (advanced) ------------------------- and this message was reapeted in other choose again. please help me if u know why i gave that message so i wont can creat my users and roles

0 Answers  


Categories