How can we Maintain more than on config file in one .Net web
application and how?



How can we Maintain more than on config file in one .Net web application and how?..

Answer / 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

More ASP.NET Interview Questions

What are various authentication mechanisms in ASP.NET ?

4 Answers   TCS,


Different type of validation controls in asp.net ?

1 Answers   CTS, Keane India Ltd,


Where do you store the information about the user?s locale?

2 Answers  


Give some salient points of difference between request processor and request dispatcher.

0 Answers   Tech Mahindra,


What is the mvc model?

0 Answers  






What r all the controls in ASP.NET ?

3 Answers  


What are the asp.net server side objects?

0 Answers  


How do you validate the controls in an ASP .NET page?

3 Answers  


Differentiate between file-based dependency and key-based dependency.

0 Answers  


What is the meaning of TestApi?

0 Answers  


What is the difference between equals() and == in c#?

0 Answers  


What are session state modes? List some of the important session state modes of asp.net.

0 Answers  


Categories