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?



17. If I?m developing an application that must accommodate multiple security levels though secure l..

Answer / ramgopal reddy

Maintain the login state security through a database.

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Suppose i create one application in vs 2008 and it is running in the latest version of IE,will it run in netscape and other browsers with low version?

2 Answers   Wipro,


How do you pass session values from one page to another ?

4 Answers   Digital GlobalSoft,


Difference between application and session ?

12 Answers   DataPoint, Satyam,


What is the difference between repeater over datalist and datagrid ?

1 Answers  


When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.

4 Answers   Syntax Softtech,






What is asp.net futures?

0 Answers  


Explain the components of web form in asp.net

0 Answers  


how to transfer the file from client to server using asp.net

0 Answers   Sans Pareil IT Services,


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

0 Answers  


Details on web.config and global.asax - just explain what are the sections will be there.

1 Answers   Syntel,


What are the advantages of passport authentication?

0 Answers  


Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now when you will press update button,all 100 records should be updated in single shot rather than reading every record and updating. How to do it?

4 Answers   Wipro,


Categories