• What Session State providers are available in ASP.NET?
What are the pros and cons of each?
Answer Posted / kiran
1. InProcSessionStateStore-> which stores session state in memory in the ASP.NET worker process (current server)
2. OutOfProcSessionStateStore-> which stores session state in memory in an external state server process
3. SqlSessionStateStore-> which stores session state in Microsoft SQL Server and Microsoft SQL Server Express databases
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of global.asax file?
What are the differences between primary foreign and unique keys?
How information about the user's locale can be accessed?
How does a web application session work?
Which method do you use to enforce garbage collection in .net?
What language is asp.net written in?
How would you get asp.net running in apache web servers? Explain it's limitations.
How can you implement the postback property of an asp.net control?
What are url fragments?
What are validator? Name the validation controls in asp.net?
Explain transparent caching with aop?
Explain asp.net web forms.
Explain the difference between debug.write and trace.write?
What is the syntax for datagrid and specifying columns?
What is the difference between session object and application object?