• 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 session id in web application?
What is the good practice to implement validations in aspx page?
What is rending process in ASP.NET?
What is HTTPModule and HTTPcontext? What is the use of each?
How many types of controls are there in asp.net?
They mostly asked difference between versions of technologies
What is asp.net web pages?
What are sessions and cookies?
What is mta?
What is rich control in asp.net?
Explain about consistent programming model in the .NET framework?
where can i gather the materials for MCP certification
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Which methods validate all the controls on a page?
What does uri mean?