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
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Can you change a master page dynamically at runtime? How?
What is state management techniques in asp.net?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
How do sessions work?
What is the flow of processing of the request? : asp.net mvc
How do I upload a file from my ASP.NET page?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Explain the difference between singleton and single call?
What is true about application service provider?
What r the asp.net list controls and difference between them?
how to transfer the file from client to server using asp.net
What is asp.net futures?
Why do we need master page in asp.net?
To display data in a Repeater control which template you provide?