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 is the difference between master page and content page?
Explain the five stages in a dlx pipeline? : Dot net architecture
Explain about continuable exceptions?
What is the purpose of Treeview control?
Can I customise the trace output?
Which software is used for .net programming?
Explain about generation?
Explain Singleton design pattern in .net
Explain about developer benefit from memory management?
I can't be bothered with cas. Can I turn it off?
What is an interrupt? : .NET Architecture
What is textview control of .net mobile? : Microsoft dot net mobile
what is the difference between running an application with and without debugger?
What is Object Caching in Visual Studio 2010?
Explain .net mobile input controls? : Microsoft dot net mobile