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

How can we integrate atlas with web services?

519


Define cache coherency? : Dot net architecture

572


Session State and can i store desirialized object in state server, if yes how and if not why.

1348


What are the important principles of soa (service oriented architecture)?

495


What is parallel computing?

536






What is a service contract, operation contract and data contract?

529


What is the purpose of cache? : Dot net architecture

532


How to improve the cache performance? : .NET Architecture

551


how to create applications by using Visual Studio 2012?

573


Whate are resource files? How are they used in .net?

494


how to delete the record using data reader

1856


Are there any third party logging components available?

531


Explain about cookie less session state? : .NET Architecture

553


What is a service class?

535


What are the options provived by vss to the user? how it will help us while delevoping application?

1752