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 |
What is private in c#?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
How do I format a string in c#?
Tell me the difference between value passing and address passing?
What is data types in c#?
why c# is pronounced as C-sharp instead of pronouncing it as C-hash? is there any technical reason behind it?
Explain About stateless and state full web service
What is using in c#?
Write a C# program to find the Factorial of n
Define sealed classes in c#?
Can we return two values from a function?
What are the Types of values mode can hold session state in web.config
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)