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 code access security (cas)?
Differnce between managed code and unmanaged code ?
Explain dotnet framework ?
Can I customise the trace output?
Explain hard disk and what is its purpose? : .NET Architecture
Explain different pipelining hazards? : Dot net architecture
How to prevent my .NET DLL to be decompiled?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
What is an interrupt? : Dot net architecture
What is the difference between metadata and menifest ?
Can you explain scriptmanager control?
Define cache? : Dot net architecture
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is the purpose of Treeview control?
How can I write my own .NET host?