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?

A.  Maintain the login state security through a database.
B.  Maintain the login state security through a Session.
C.  Maintain the login state security through a View State.
D.  All of the Above

Ans: Maintain the login state security through a database.

0 comments:

Post a Comment