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/1316768.aspx
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between equals() and == in c#?
Which is the parent class of the web server control?
How many types of sessions are there in asp net?
What is the purpose of session management?
What is application variable in asp.net?
What is web api and why to use it?
What is the difference between executescalar and executenonquery?
What is _dopostback in asp net?
Explain about asp.net 2.0 themes?
Can we use a static function with a non-static variable?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is sdlc process?
What is the displayafter property in updateprogress control?
What are validators and list some validators of asp.net?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?