How you will handle session when deploying application in
more than a server? Describe session handling in a webform,
how does it work and what are the limits?
Answers were Sorted based on User's Feedback
Answer / frederickson
If we specify mode ="Inproc" session will store in
webserver itself under aspnet_wp.exe
If we specify mode = "Sqlserver" session will store in
sqlserver and it has to be serialized.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / frederickson
we have Inproc server and outproc server
for storing session in different server we have to specify
in the webcofing mode="state" and state mode session to be
srialized. and it stores in aspnet_state.exe
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / adrien
You have 3 options.
1. Do not use any session variables.
2. Use a dedicated State Server (or state Server Farm)
3. Use SQL Server for state management
| Is This Answer Correct ? | 3 Yes | 1 No |
Can we inherit sealed class in c#?
Describe the process of “exception handling implementation” in c#?
What is literal in c#?
How can you clean up objects holding resources from within the code?
explain the nature of the assembly work?
Can we inherit an abstract class in another abstract class. If no why and If yes how..?
Are private members inherited in c#?
What is inheritance in csharp?
Why do we need dependency injection in c#?
windows c# using datagridview in edit form sql server
Can you explain template pattern?
How do you set a class path?
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)