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 are the Types of authentications in IIS

0 Answers   Microsoft,


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

0 Answers  


What are the two properties that are common in every validation control?

4 Answers   Siebel,


what is Disco?what it will do?

2 Answers   Microsoft,


What is the basic difference between asp and asp.net?

0 Answers  






Is string a value type or a reference type?

13 Answers  


What is the difference between session and viewstate in asp.net?

0 Answers  


What is the difference between page.registerclientscriptblock and page.registerstartupscript?

0 Answers  


can any one tell about web services?

5 Answers  


What is state management techniques in asp.net?

0 Answers  


What is the procedure to create the environment for asp.net? : asp.net mvc

0 Answers  


What are the various types of validation controls provided by asp.net?

0 Answers  


Categories