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 is the application frame host?
data types used in validation control
How do I stop a thread?
Is .net easier than java?
define cache memory? : Dot net architecture
difference between data reader and dataset
What is textview control of .net mobile? : Microsoft dot net mobile
What is the purpose of Treeview control?
how we can fire event in databound column in datagrid without using button?
how to create applications by using Visual Studio 2012?
which is the institute in hyderabad for providing the live project industry training
Explain the race around condition? How can it be overcome? : Dot net architecture
How cache coherency is eliminated? : Dot net architecture
how can we achieve language interoperability through CLS? How MSIL works?