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
How do you declare static variable? What is its lifetime?
What are early binding and late binding.
Describe a bubbled event and how it is used ?
Why do we need asp.net?
What is the use of session state and application state and difference between them?
What is applicatio domain?
Which method is used to perform all validation at the page level?
What are demand-paging and pre-paging?
Can we use MSSql as backend in asp.net...if yes then How.?
Can we use html in asp.net?
How to Separate background image and front image from original picture....
what is meant by sitemapnode ?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What are session objects?
Why is global asax is used for?