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


Please Help Members By Posting Answers For Below Questions

Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?

723


What is parallel computing?

695


What are bindings?

730


What is the difference between primary & secondary storage device? : Dot net architecture

699


Explain the difference between primary & secondary storage device? : .NET Architecture

700






What is the mesi? : .NET Architecture

763


What do you know about machine.config file ?

710


Explain what does the term "green architecture" mean? : .NET Architecture

707


Does application frame need host?

706


Does .NET runtime offer Deterministic Destruction or not?

744


What is Com Callable wrapper?when it will created?

701


What is new in the .net 2.0 class library?

852


what is diffrent beatween localprinter and networkprinter

1527


What is WPF and WCF?

750


Explain write back and write through caches? : .NET Architecture

665