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 is class and object in asp.net?
What are the advantages and limitations of query string?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
When we use cookie less session? Explain its working?
How do you remove duplicates without using remove duplicate stage?
What is session and cookies in asp.net?
Explain diff between dataset and datareader?
What are the different types of validation controls in asp.net?
Is global asax mandatory?
What are server-side comments in ASP.NET?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Is it possible to change the index of primary key on table?
What is the use of session in web application?
Explain about asp.net state management?
What is asp.net master page?