If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


What is sql data source control in asp.net?

0 Answers  


what is the auto option in XML ?

1 Answers  


what are the types of ASP objects ?

7 Answers   Satyam,


How do I use response redirect?

0 Answers  






Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

0 Answers  


what is publisher?

0 Answers   Microsoft,


Explain Session state management options in ASP.NET.

0 Answers   CDC,


What is runtime host ?

3 Answers   Digital GlobalSoft,


My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

1 Answers   Techno Solutions,


Types of caching ?

1 Answers   Digital GlobalSoft, MicroSec, Wipro,


Can we set master page as a start page?

0 Answers  


Categories