What are the different types of Session state management
options available with ASP.NET?
Answer Posted / dinesh
There are 3 types of session modes available in asp.net
1)Inproc
2)State Server
3)SQL Server
Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What threading model used in asp and asp.net?
What is custom events?
Explain the steps to be followed to use passport authentication.
What is the use of worker process in asp.net?
What is hidden field in asp.net?
What is the maximum number of classes that can be contained in one dll file?
When was asp.net released?
What is page fragment caching?
What is AutoEventWireup attribute for ?
What is the viewstate in asp.net?
How do cookies work? Give an example of their abuse.
Explain how do you validate the controls in an asp .net page?
What is the difference between exe and dll?
What is caching? What are different ways of caching in asp.net?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?