When maintaining session through Sql server, what is the
impact of Read and Write operation on Session objects? will
performance degrade..
Answer Posted / 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 |
Post New Answer View All Answers
What are the validation controls available in ASP.NET?
How long does an http session last?
Can you clarified A Web service can only be written in .NET or not?
Define web services in asp.net.
Is asp.net still used?
Can you change a master page dynamically at runtime? How?
How do you deploy your asp.net application?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is the typical session identifier?
Where code pages are used?
What are the different validators in asp.net?
Is session server side or client side?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What is the equivalent of date() and time() in asp.net?
What is difference between ispostback and autopostback in asp net?