How can we Maintain more than on config file in one .Net web
application and how?
Answer Posted / ashu
Yes,We can maintain more than one config file.We have to
make subdirectories(add folders to your solution).For each
folder we can specify one web.configfile.If one web.config
file is declared for the whole application.then web.config
inside the folder will override that when application uses
the content of that folder.(aspx,aspx.cs etc).
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the sequence in which ASP.NET events are processed?
Mention the execution process for managed code?
What's the difference between viewstate and sessionstate?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is repository pattern in mvc.net? : asp.net mvc
How to find out what version of asp.net I am using on my machine?
Describe a bubbled event and how it is used ?
What are all the various Estimation Techniques available ?
What are Caching techniques in .NET
How can you dynamically add user controls to a page?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Explain About WebService
Explain client-side scripting?
Differentiate between structure and class.
How you can access the properties and controls of master pages from content pages?