Explain in-proc,out-proc and sql server.
Answer Posted / manoj bhatt
in proc-by default the session mode is in proc,the session
object is maintained in the current application domain or we
can say in the web server memory
advantage-fast,easy to use
disadvantage-not support web garden,server restart session lose
out proc-here we maintain the session in any external source
like sql server or aspnet_state.exe
advantage-session data is not lose,when server
reboot,support web garden
dis-hard to implement,require serial,deserialization
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
What is parallel computing?
What are bindings?
What is the difference between primary & secondary storage device? : Dot net architecture
Explain the difference between primary & secondary storage device? : .NET Architecture
What is the mesi? : .NET Architecture
What do you know about machine.config file ?
Explain what does the term "green architecture" mean? : .NET Architecture
Does application frame need host?
Does .NET runtime offer Deterministic Destruction or not?
What is Com Callable wrapper?when it will created?
What is new in the .net 2.0 class library?
what is diffrent beatween localprinter and networkprinter
What is WPF and WCF?
Explain write back and write through caches? : .NET Architecture