How many web.copnfig can exists in a web application & which
will be used ?
Answer Posted / ansu kuamar
generaly
one
but it may be more than one in some cases
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Differentiate between authentication and authorization.
What is the typical session identifier?
Explain the steps to be followed to use passport authentication.
What is server infrastructure?
Define reflection in .net?
What is the default authentication mode for asp.net?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
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
When we use cookie less session? Explain its working?
What is cross page posting in asp net?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Explain in what order a destructors is called.
What is the use of session state and application state and difference between them?
How can we make sure that Web API returns JSON data only?