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 / b
http://forums.asp.net/t/1159696.aspx
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define authentication and authorization.
What are the different types of cookies in asp.net?
Can you change a master page dynamically at runtime? How?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
How to retrieve user name in case of Window Authentication?
What is Pre-Render event in ASP.NET?
What is a windows service?
What are app services?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
How can we provide the WebParts control functionality to a server control?
How can we pass info between 2 asp.net pages?
Define asp.net caching?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Explain how can you debug your .net application?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?