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
Define reflection in .net?
How to do state management in ASP.NET?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What are Authentication and Authorization?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How can you apply a theme to your asp.net application?
What is the use of data set in asp.net?
Define a static class?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is the maximum number of classes that can be contained in one dll file?
To load your generated dataset with data which method do you invoke?
What is active web pages?
Do session use cookies in asp net?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
How can I configure asp.net applications that are running on a remote machine?