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 the use of web.config and machine.config files?
Where do the cookie state and session state information be stored?
What is the use of global.asax file?
Where are session variables stored?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
How can we create Tree control in asp.net?
What is view state and how it works in asp net?
What is the use of service provider?
Where is the session stored?
Explain what are delegates?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What are the asp.net 2.0 features?
Explain server-side scripting?
What is the life cycle of web page?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?