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 |
The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com
how many script manager controls are used in Ajax web page?
7 Answers CSC, Health Prime Services, TCS,
Whats an assembly?
What are the different types of validation controls provided in ASP.NET?
0 Answers Sans Pareil IT Services,
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is the use Membership in asp.net? and What is the use profiler in asp.net?
How will you load dynamic assembly? How will create assesblies at run time?
What is data cache in sql server?
What is asp.net response object?
Explain difference between dataset and datareader?
What is Serilazation? how many type of serilazation are their?
What are the Difference between asp.net and asp ?