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 / a
http://www.codeproject.com/KB/webforms/NingLiangSimpleContro
l.aspx
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
How can you implement the postback property of an asp.net control?
What is postback in asp net?
Are cookies stored on server or client?
What are the security types in asp.net?
How can you make sure that web api returns json data only?
Can you explain the importance of finalize method in .net?
What is the difference between pathparam and queryparam?
Define machine.config in .net?
What is _viewstart?
Explain the role of global.asax?
What is query string? What are its advantages and limitations?
How do cookies work?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Differences between “dataset” and “datareader”.