What are the different types of Session state management
options available with ASP.NET?
Answer Posted / praveen kumar sharma
(1) InProc Mode or InProceess this is the clarification of
InProc.
(2) SQL Server Mode
(3) StateServer Mode -->StateServer is memory based mode.
(4) Out of process Mode -->This mode is best used when
performance is important but you can't guarantee which
server a user will request an application from.
(4) Off Mode -->Disable Session State.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Define a static class?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
How do you secure your configuration files to be accessed remotely by unauthorized users?
What is the difference between equals() and == in c#?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is the difference between visual basic and asp.net?
What are the new features added from ASP to ASP.NET?
What are the event handlers that can be included in the Global.asax file?
Describe how passport authentication works.
Define machine.config in .net?
Explain exception handling in .net.
Explain the flow of processing of the request? : asp.net mvc
What is difference between singleton and single call?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?