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?
Answer Posted / 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 |
Post New Answer View All Answers
What does the initial catalog parameter define in the connection string?
What is extended class in c#?
Is versioning applicable to private assemblies?
What is #region in c#?
What do you mean by expression tree?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is delimiter in c#?
What are Namespaces?
What is the use of return in c#?
What will a loop recorder show?
What is strong name assembly?
Explain the difference between boxing and unboxing.
What are the characteristics of c#?
What is sqladapter c#?
Explain what is an interface in c#?