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
How is it possible for .NET to support many languages?
Describe the .net base class library.
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Explain the server control events of asp.net ?
Please brief not about xsd,xslt & xml?
What is the difference between typeof() vs gettype()?
What is asp.net web pages?
Name the tools or API for developing or testing web api?
What is anonymous authentication?
Explain the difference between Repeater and Data list control in ASP.NET?
What is a master page and what does it do?
What is the difference between adding reference in solution explorer and adding references by using ?
How to send a DataReader as a parameter to a remote client ?
Where can I get information on cookies in asp.net?
What is a reflection?