• What Session State providers are available in ASP.NET?
What are the pros and cons of each?
Answer Posted / kiran
1. InProcSessionStateStore-> which stores session state in memory in the ASP.NET worker process (current server)
2. OutOfProcSessionStateStore-> which stores session state in memory in an external state server process
3. SqlSessionStateStore-> which stores session state in Microsoft SQL Server and Microsoft SQL Server Express databases
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between sql invalidation and sql notification.
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
How can we use Web API with ASP.NET Web Form?
Why asp.net is better than php?
What is http session state?
Differentiate between a hyperlink control and a linkbutton control.
How does ASP.NET framework maps client side events to Server side events.?
What is the main difference between Asp.net and Vb.net?
What are validator? Name the validation controls in asp.net?
How to use multiple scriptmanager controls in a web page?
How to make paging concepts in datagrid in ASP.NET?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Define the term Web Garden?
Is asp.net and .net the same?