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 a service class?
12. Types of polymorphisem[Run and Design Exp.]
What is .net viewstate?
Can you Explain
Which software is used for .net programming?
What is the purpose of hard disk? : Dot net architecture
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
What is an interrupt? : Dot net architecture
4. Wcf- what Asych and Sych call and how that works
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
Define an interrupt? : Dot net architecture
Define dma? : Dot net architecture
8. Oop-Why and were we use Interfacse and Abstract class.
Can I customise the trace output?
How does .net remoting work?