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
What language does asp.net use?
What is asp.net and ado net?
explain code with multi inhertance
Why would anyone need to implement their own hashtable or linked list?
How we implement web farm and web garden concept in asp.net?
Explain how can we access static variable?
What are the advantages of asp.net mvc framework? : asp.net mvc
How many types of Cookies are available in ASP.NET?
What is difference between URL and URI?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is __ requestverificationtoken?
In which event of page cycle is the viewstate available?
How to register exception filter globally?
Differences between “dataset” and “datareader”.
Can any body provide me the sample web application in asp.net