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?



why we should use more than one web.config files in our application? I have two web.config files i..

Answer / 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

More ASP.NET Interview Questions

What is the difference between session and application?

1 Answers  


Explain how inline and code behind is used differently ?

1 Answers   Siebel,


How do I publish my asp.net application to my isp's web server?

1 Answers  


asp.net page is a object or not?

5 Answers  


What is mvc in asp.net tutorial? : Asp.Net MVC

1 Answers  


What is meant by ispostback in asp net?

1 Answers  


How use Xml data in ASP.net?

1 Answers   MCN Solutions,


What are session and cookies?

1 Answers  


Where can we set the specific variables for a application and Session objects ?

2 Answers   Siebel,


Define static constructor?

1 Answers  


Which method do you use to enforce garbage collection in .net?

1 Answers  


What r the asp.net list controls and difference between them?

1 Answers  


Categories