ASP.NET interview questions: - Explain the term various modes of storing ASP.NET session?
- By Shiv Prasad Koirala in ASP.NET
- Aug 8th, 2011
- 5637
- 0
ASP.NET interview questions: - Explain the term various modes of storing ASP.NET session?
- InProc: - In this mode Session, state is stored in the memory space of the Aspnet_wp.exe process. This is the default setting. If the IIS reboots or web application restarts then session state is lost.
- StateServer:-In this mode Session state is serialized and stored in a separate process (Aspnet_state.exe); therefore, the state can be stored on a separate computer (a state server).
- SQL SERVER: - In this mode Session, state is serialized and stored in a SQL Server database.
Session state can be specified in
Also see video on single sign-on using ASP.NET forms authentications as follows: -
Click and see more ASP.NET interview questions
Regards,
Also view author's other blog onASP.NET interview questions
Shiv Prasad Koirala
Visit us @ www.questpond.com or call us at 022-66752917... read more

- By Shiv Prasad Koirala
- Jun 21st, 2013
- 164001
- 0
.NET interview questions 6th edition (Sixth edition) - By Shivprasad Koirala

- By Shiv Prasad Koirala
- Dec 8th, 2016
- 89218
- 0
Exception Handling in C# using example step by step

- By Shiv Prasad Koirala
- Sep 7th, 2013
- 72042
- 0