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________?
AMaintain the login state security through a Session.
BAll of the above
CMaintain the login state security through a database.
DMaintain the login state security through a View State.
Correct answer
C. Maintain the login state security through a database.
Explanation
The correct answer is Maintain the login state security through a database..