When maintaining session through Sql server, what is the
impact of Read and Write operation on Session objects? will
performance degrade..

Answers were Sorted based on User's Feedback



When maintaining session through Sql server, what is the impact of Read and Write operation on Sess..

Answer / sarath

yes. performance degrades compare to inprocess.but its use
ful when information store is large and long term
maintainence.

Is This Answer Correct ?    4 Yes 1 No

When maintaining session through Sql server, what is the impact of Read and Write operation on Sess..

Answer / nanda

SQL server session Using not for Large and long term
maintaninence.

When your application is in a web farm model , then u have
two option State server and other database server option. U
can use Either SQL or ORACLE in DB option.

Is This Answer Correct ?    1 Yes 0 No

When maintaining session through Sql server, what is the impact of Read and Write operation on Sess..

Answer / guest

Yes it will make overhead to the Process to writh the data
in tyhe sql on every this

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

is gateway for sms continue connected for sending sms.how?

0 Answers  


what is the role of aspx file ?

2 Answers   Netsweeper,


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

1 Answers  


What is an application domain ?

2 Answers   Microsoft,


How do you do exception management

1 Answers   Infosys,






What is the difference between abstract class vs interface? Can give me the real time examples?

0 Answers  


What does occur first in ASP.Net, Authentication or Authorization?

0 Answers   MCN Solutions,


How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?

0 Answers  


What is use of <% %> in asp.net?

0 Answers  


What is applicatio domain?

0 Answers   MCN Solutions,


can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it

0 Answers  


Write a code snippet to implement the indentation in json in web api.

0 Answers  


Categories