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 are the major differences between services and web services?
Explain what does the term "green architecture" mean? : Dot net architecture
how we can fire event in databound column in datagrid without using button?
What actually happes when you add a something to arraylistcollection ?
Why the config file might not be writable
Explain the purpose of cache? : Dot net architecture
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
What are the five stages in a dlx pipeline? : Dot net architecture
How can we perform data binding in atlas?
difference between data reader and dataset
How to improve the cache performance? : Dot net architecture
Explain .net mobile input controls? : Microsoft dot net mobile
Explain some of the disadvantages due to microsoft.net?
Explain dotnet framework ?
what are constructors and destructors?