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 data caching?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is a server cookie?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What New Features comes with ASP.NET Web API 2.0?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What is base class of button control in .net?
What are the new data controls in asp.net 2.0?
How should I destroy my objects in asp.net?
Explain the difference between debug.write and trace.write?
What is the difference between Session and response.Redirect?
Differentiate between file-based dependency and key-based dependency.
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
How many ways are there to maintain a state in .net? What is view state?