Types of values mode can hold session state in web.config ?
Answer Posted / 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 View All Answers
What is application variable?
What is server side routing?
What is the difference between the get method () and post method ()?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Is web config mandatory?
What is cross page posting? How is it done?
Explain the Session state management options available with ASP.NET?
How can you implement encapsulation in asp.net?
What is skin in asp.net?
what is loosely coupled solution? How it can be used?
Explain server side state management system.
What is the significance of finalize method in .net?
How will you do Redo and Undo in a TextControl?
What is the difference between sealed vs static class?
Is asp.net easy to learn?