17. If I?m developing an application that must accommodate
multiple security levels though secure login and my ASP.NET
web application is spanned across three web-servers (using
round-robin load balancing) what would be the best approach
to maintain login-in state for the users?
Answer Posted / ramgopal reddy
Maintain the login state security through a database.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain the code Access Security (CAS) in .net Framework?
What is application and session in asp.net?
Is it possible to write code in many languages in one asp.net project?
How to make paging concepts in datagrid in ASP.NET?
What is asp.net and how it works?
What is difference between viewstate and session in asp net?
What is a windows service?
Define xmlvalidatingreader class.
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Explain the use of resource manager class in .net.
how to elimainte the similar data from the different tables
Where viewstate value is stored in asp.net?
Define authentication and authorization.
What are the new features added from ASP to ASP.NET?
Why do we need Sessions?