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
Is asp.net mvc front end or backend? : Asp.Net MVC
How many languages are supported by .NET at present time?
What are the advantages of asp.net?
What are the two properties that are common on every validation control?
In the Repeater control which way you can edit?
What is difference between rest and soap?
Explain how viewstate is being formed?
What are the three parts of an http response?
What are triggers of an updatepanel?
Explain managed code an un-managed code.
Which authentication uses a combination of windows and iis authentication?
Explain serialization and deserialization?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Why asp.net is used?
Explain the difference between sql invalidation and sql notification.