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 .net mobile input validation. Explain with an example? : Microsoft dot net mobile
Which software is used for .net programming?
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
What is the purpose of Treeview control?
Explain how does .net mobile work? : Microsoft dot net mobile
Explain How to improve the cache performance? : Dot net architecture
Explain about generation?
how can we achieve language interoperability through CLS? How MSIL works?
Explain how cache is used? : Dot net architecture
server.transfer limitation ?
Can you explain control extenders?
What are the major differences between services and web services?
how we can fire event in databound column in datagrid without using button?
Use of Enable view state ? if turn off what happen ?
Explain about clr?