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

Can more than one person use the same login?

0 Answers   MCN Solutions,


What is a Managed Data?

4 Answers   HCL,


Explain what the contents of cookie?

0 Answers  


Describe how ASP.NET maintains process isolation for each Web application?

0 Answers   B-Ways TecnoSoft,


What's the use of response.output.write()?

0 Answers  






What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?

1 Answers  


Explain cashing in asp.net.

0 Answers  


What is asp.net mvc? : asp.net mvc

0 Answers  


What is the base class of .NET?

6 Answers  


Difference between Active Exe and Activex dll ?

1 Answers   DELL,


What is application variable?

0 Answers  


What is the difference between response.redirect and server.transfer?

0 Answers  


Categories