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 side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
How do I send an email message from my ASP.NET page?
Write a code snippet to implement the indentation in json in web api.
Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version
what if we delete web.config or machine.config? will a website work if we delete webconfig....or if we delete machine config?
How can we call webservices in Banking Applications? and where we are using it?
what is caching
List the types of authentication supported by asp.net?
Name two properties common in every validation control?
What are different types of api?
Is oauth for authentication or authorization?
Out of ASP or ASP.NET which one is stateless?
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)