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
What's new in the .net 2.0 class library?
What are the types of application software?
Explain domestic architecture artifacts? : Dot net architecture
Explain .net mobile automatic paging? : Microsoft dot net mobile
What is the purpose of cache? : Dot net architecture
how to make and display a form without title bar?
Explain what does the term "green architecture" mean? : Dot net architecture
Explain difference between machine config vs. Web config? : .NET Architecture
What are bindings?
What is an interrupt? : .NET Architecture
Whate are resource files? How are they used in .net?
what is the method while we are using adapter and dataset ?
Are there any third party logging components available?
what is the difference between master page and content page?
Explain cache memory? : Dot net architecture