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
Can you explain the importance of finalize method in .net?
What is work flow gen? how can it will work with .Net?
Why viewstate is used in asp.net?
Is asp.net easy to learn?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is intrinsic objects in asp.net?
What are the event handlers that we can have in global.asax file?
what are the ihttphandler and ihttphandlerfactory interfaces ?
Why should i prefer JSP over asp.net or any other web development language..??
Explain how can we inherit a static variable?
Explain client-side scripting?
What is inheritance and an how it be used, example with an example?
Give a few examples of page life cycle events.
Are there resources online with tips on asp to asp.net conversions?
Is global asax mandatory?