What are the different types of Session state management
options available with ASP.NET?
Answer / ganesh
ASP.NET provides In-Process and Out-of-Process state
management. In-Process stores the session in memory on the
web server. This requires the a "sticky-server" (or no
load-balancing) so that the user is always reconnected to
the same web server. Out-of-Process Session state
management stores data in an external data source. The
external data source may be either a SQL Server or a State
Server service. Out-of-Process state management requires
that all objects stored in session are serializable.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is difference between session and cookies?
How do sessions work?
How do you perform validations ?
What is the behavior of a Web browser when it receives an invalid element?
A brief difference between Session and Cookies in asp.net
if you disable view state of a textbox will it maintain data during postbacks.if yes reason
9 Answers FactorH, Jindal, Oxi Infotech,
What is mvc structure? given example? How to show gridview control from business components and using class object arrays?
What is session in asp.net?
Define static constructor?
What is State Management in .Net and how many ways are there to maintain a state in .Net?
What are the namespace classes used in asp.net mvc? : asp.net mvc
if we establish the cinnection with connection string tag in web.config file,can i go for encrypt and decrypt with that?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)