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
Why asp.net is better than php?
Distinguish between Server-side and Client-side code with its functionality?
Differentiate between a page theme and a global theme?
Define a multilingual website?
How to rename a table using sql queries?
Define caching.
Define what is razor? : asp.net mvc
What is the difference between custom controls and user controls?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What is the use of session?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Briefly describe the role of global.asax?
What should you do is you want to remove an existing component but would like to make some funtionalities?
In a Repeater control how one can provide an alternating color scheme ?
how to elimainte the similar data from the different tables