• Answers
  • Web
Answer 1 out of 1
 
207 helpful answers

They're coming to take me away, Ha-haaa!

Advanced .NET Debugging Blog

My personal blog

A:

app.config is mainly the application's configuration. It does not stand on its own (excluding some configuration data that is stored in app.config for design-time development things like connection strings and such).

Eventually when you run your application, be it a web application or a windows application (WinForms, Windows Service, etc) it can user either a web.config or an app.config respectively.

I am not aware of a Microsoft tool that can do what you want, but there is a tool called XmlConfigMerge which is a nice tool (with source code) that can merge configuration files.

This might help you during the production of your application or during deployment. 

Posted 3 years ago
Eran was invited by Yedda to answer this question.

Helpful?(1)
Rated as Best Answer
 
Comment About This Answer (or add your own answer)

Feed - Subscribe to changes to this Q&A Blog
ADVERTISEMENT
  • Answers
  • Web
Copyright © 2006-2010, Yedda Inc. and respective copyright owners