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
how to retrieve property settings from xml .config file.
Is LINQ performance wise better or using sqlcommand?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is session and application variable in asp net?
How does asp page work?
What does the orientation property do in a menu control?
Which type of state management is provided by Query String in ASP.NET?
What is viewstategenerator?
What is difference in .net 1.1 and .net 2.0?
How does session id work?
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
Explain what are delegates?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What are Caching techniques in .NET
Which method do you use to kill explicitly a users session?