Types of values mode can hold session state in web.config ?



Types of values mode can hold session state in web.config ?..

Answer / virendra singh

1) Inproc Mode : where the values are stored in
ASPNET_WP.exe process
2) StateServer : session values are stored in
ASPNET_state.exe Process
3) SQL Server : session values are stored in SQL server
Databases

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the different web pages?

0 Answers  


Difference between response.redirect and server.transfer?

0 Answers  


Which is the parent class of the ASP.NET server control?

0 Answers   Sans Pareil IT Services,


Write a code for sending an email from asp.net application.

0 Answers  


What is three major points in WCF?

9 Answers   Syntel,






Mention the namespace that is used to include .net data provider for sql server in .net code?

0 Answers  


What is ViewState ? and how it is managed ?

1 Answers  


How many object in c# asp .net

1 Answers  


Distinguish between Server-side and Client-side code with its functionality?

0 Answers   Siebel,


Where can i get Latest Microsoft .Net Certification Dumps & what Types of .Net Certifications are there?

2 Answers   Protech,


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

1 Answers   Patni,


What is the maximum length of textbox

1 Answers  


Categories