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
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 |
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 |
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 |
Difference between DataView and DataTable
Does C# support static class?Is Static class be inherited by any class?
Can we handle the error and redirect to some pages using web.config?
what are the sitemap providers in Asp.net 2.0?
What is the sequence in which ASP.NET events are processed?
If 200 is for all successful operation then why do we have 201 response codes?
Do you know using sql cache invalidation?
What are the different types of sessions in asp.net?
What is shared and private assembly?
What is an imagemap in asp.net?
How do cookies work? Give an example of their abuse.
What is the use of the tag in the web.config file?