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


Please Help Members By Posting Answers For Below Questions

how to retrieve property settings from xml .config file.

716


Is LINQ performance wise better or using sqlcommand?

4605


What setting must be added in the configuration file to deny a particular user from accessing the secured resources?

711


What is session and application variable in asp net?

648


How does asp page work?

712


What does the orientation property do in a menu control?

714


Which type of state management is provided by Query String in ASP.NET?

773


What is viewstategenerator?

925


What is difference in .net 1.1 and .net 2.0?

774


How does session id work?

661


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1592


Explain what are delegates?

816


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

803


What are Caching techniques in .NET

788


Which method do you use to kill explicitly a users session?

812