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
What is asp.net web pages?
What is the function of new view engine in asp.net? : asp.net mvc
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is the difference between sealed vs static class?
How does ASP.NET framework maps client side events to Server side events.?
Where the assembly is stored in asp.net?
What is applicatio domain?
What describes a query?
Explain transparent caching with aop?
What are the new web part controls in asp.net 2.0 ?
Where is the view state data stored?
How can you make sure that web api returns json data only?
Define xmlreader class.