which would be the best to use inproc,outproc or sql server
Answers were Sorted based on User's Feedback
Answer / satya
if we rate these modes according to performance then the
ranks would be
1. InProc
2. StateServer
3. SQLServer
But if we rate the same from reliability perspective then
the ranks would be
1. SQLServer
2. StateServer
3. InProc
Is This Answer Correct ? | 9 Yes | 0 No |
What is the use of web.config?
Is dim fs as filestreamobject is a managed code? : Dot net architecture
How does an appdomain get created?
What is parallel computing?
What is .net mobile forms? : Microsoft dot net mobile
Different types of authentication modes in .net framework ?
inprocess vs out process session state : Dot net architecture
Explain the race around condition? : .NET Architecture
I can't be bothered with cas. Can I turn it off?
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
what are the events for a form?
Explain cache? : Dot net architecture