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 bson in web api?
What is cookies in asp net?
How do active server pages work?
How would you create a permanent cookie?
What is datagrid asp.net?
Define the steps to set up validation control.
How do you implement sql caching in asp.net?
Explain page output caching?
Is asp.net easy to learn?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the asp.net security controls?
Why SessionID changes in every request in asp.net?
Can more than one person use the same login?
Explain the difference between webfarm and webgardens in .net?
What is the use of dispose method?