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 anonymous authentication?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What does ascx stand for?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Briefly describe the role of global.asax?
What is server transfer?
How many types of file extensions for razor views in ASP.Net MVC?
what is the difference between response.write() and response.output.write()?
What are the ways of preserving data on a Web Form in ASP.NET?
What is data reader in asp.net?
About CLR, reflection and assemblies?
Explain the function of new view engine in asp.net? : asp.net mvc
Fetch one page value to another page without using state-managment ?
What is the namespace to create thread in .net?
What is the asp.net control toolkit?