What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / karteek
Web.Config can be only one in a web application's root but
it may contain any number of web.config files inside the
subfolders of the application
The web.config file in subfolder overrides the web.config in
the root for that folder in which it is present.
If a subfolder doesnot has a web.config then the web.config
in the root is uses as usual
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How does the service stream content?
Define a static class?
Explain difference betn dataset and recordset?
List the events in page life cycle.
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is data binding in asp net?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Explain the concept of event bubbling in ASP.NET?
Where viewstate value is stored in asp.net?
What is a web api? Which protocol is used in a web api?
What is different in .net 1.1 and .net 2.0?
What is Partial PostBack in ASP.NET?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Explain how is a property designated as read-only?
Can user control be stored in library?