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 do we sort the data from a dataset?
What methods are fired during the page load? Init()
Using code explain Configuration Management
How does exception management works in ASP.NET?
How does asp net store session ids by default?
How can we Validate a Controls in ASP.NET page using JavaScript?
Is viewstate secure?
How would you implement inheritance using c#?
Define reflection in .net?
What is session id in web application?
What is masterpage?
Why is string called immutable data type?
Where is session cookies stored?
What is use of <% %> in asp.net?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc