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
Define asp.net caching?
How do you create a master page?
What is the difference between CLICK and MOUSE DOWN Event ?
What is distributed system in asp.net?
What is difference between asp state management and asp.net state management?
how to write html code with ssl
How do you remove duplicates without using remove duplicate stage?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is base class of button control in .net?
How to find last error which occurred?
How u refer webservices?
What is cas?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are Master Pages in ASP.NET? or What is a Master Page?
What is the difference between Classic ASP and ASP.Net?