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

How do you add a javascript function for a link button in a datagrid ?

4 Answers   Microsoft,


COM+ Used ________________ Isolation Level

0 Answers   CTS,


When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.

4 Answers   Syntax Softtech,


What is the usage of DelegatingHandler?

0 Answers  


which is the new version of IIS SERVER

1 Answers  


Why do we need url encoding?

0 Answers  


What is IPostBack? How to use it?

0 Answers   MCN Solutions,


What is page fragment caching?

0 Answers  


What is the difference between localization and globalization?

0 Answers  


What is asp.net architecture?

0 Answers  


what are the events in ASP.net page life cycle?

1 Answers  


What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?

2 Answers  


Categories