Types of values mode can hold session state in Web.Config?
Answer Posted / monikandan
Session mode in web config fiel
<session mode ='InProc'> or
<session mode ='stateserver'> or
<session mode ='sql server'> or
| Is This Answer Correct ? | 46 Yes | 1 No |
Post New Answer View All Answers
Why do you use the app_code folder in asp.net?
What are directives in asp.net? List down all the important directives.
What is the significance of proxy user?
What does a switch do?
How does windows service lifecycle differ from a .standard. Exe?
Describe the application event handlers in ASP.NET?
Can we override the enablepartialrendering property of the scriptmanager class?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What's the difference between viewstate and sessionstate?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is the asp.net control toolkit?
What are the data controls available in asp.net?
Why session is more secure than cookies?
How you will handle session when deploying application in more than a server?