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 are the authentication types in asp.net?
What are the event handlers that can be included in the Global.asax file?
A web service can only be written in .net? State whether true or false.
What is mvc in asp.net tutorial? : Asp.Net MVC
How do we ensure view state has not tampered?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
How do http sessions work?
What is an asp.net validator? And, mention its types.
Where can I get information on cookies in asp.net?
How we implement web farm and web garden concept in asp.net?
What is AutoPostback?
How do I use a proxy server when invoking a web service?
Explain what is event bubbling?
List down the sequence of methods called during the page load.
What is the concepts of globalization and localization in .net?