why we should use more than one web.config files in our
application? I have two web.config files in my application.
One in the root directory and another one inside a sub
folder. When the application runs which web.config file
will run? why?
Answer Posted / kuldeep chauhan
we can use more than one web.config file to meet the
different security and other configuration requirements of
different directories, and in any case web.config file of
subdirectory will take the precedence over file of root
directory.
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Which is better php or asp.net?
How can we prevent browser from caching an aspx page?
What are the new login controls in asp.net 2.0?
How can you enable impersonation in the web.config file?
How can you apply a theme to your asp.net application?
How do you open a page in a new window?
What are the main differences between asp and asp.net?
What is clickid?
How to implement form based authentication in asp.net application?
What are Authentication and Authorization?
What is meant by server side scripting?
What is a ashx file?
Explain login controls.
How do we sort the data from a dataset?