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 is mvc in angular?

1 Answers  


What are the layouts of ASP.NET Pages?

1 Answers  


Name two properties common in every validation control?

1 Answers  


how to create bin folder in asp.net2.0

8 Answers  


what are Httpmodule and HttpHandler?

3 Answers   Microsoft, Wipro,


1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?

2 Answers   247Customer,


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

1 Answers   Siebel Systems,


What is use of Master Page in ASP.NET web pages?

1 Answers   Sans Pareil IT Services,


Define a web service in .net?

1 Answers  


What is web router?

1 Answers  


Explain authorization levels in .net ?

1 Answers  


Explain what are webservices?

1 Answers  


Categories