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 / a
http://www.codeproject.com/KB/webforms/NingLiangSimpleContro
l.aspx
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is session in http request?
What is session in web technology?
Describe the method to create a permanent cookie?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is the base class from which web forms are inherited?
How does asp.net work?
What is inheritance and an how it be used, example with an example?
Explain the difference between inline and code behind - which is best in?
What is the difference between web.config and machine.config in ASP.NET?
What is the compiled object?
What is a multilingual website?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Can I combine classic asp and asp.net pages?
Can a master page have more than one contentplaceholder?
Why session management is required?