Explain in-proc,out-proc and sql server.
Answer Posted / ranjana tyagi
Inproc- In this the information(session) is stored in
aspnet_wp.exe.Which is lost when the application is closed.
Outproc-outproc statemanagement are state server and sql
server.
sql server- the session is stored in sql server.
state server-The session is stored in aspnet_state.exe.
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
which is the institute in hyderabad for providing the live project industry training
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
Define cache? : Dot net architecture
Waht is Dot net Arcitecture
Differences between VS 2005, 2008 and 2010 ?
How is the using() pattern useful? What is idisposable?
Whate are resource files? How are they used in .net?
Why only boxed types can be unboxed?
Explain Singleton design pattern in .net
what is the difference between master page and content page?
Explain difference between inprocess vs out process session state? : .NET Architecture
What is an asssembly qualified name? Is it a filename? How is it different?
What is cache coherency and how is it eliminated? : .NET Architecture
Explain COM with example?
Explain the types of memory management? : .NET Architecture