.NET app.config file - does it need to be distributed with my application?

I am ready to release my first .net application, but I am trying to determine if the file {myAppName}.exe.configcreated during the build should be distributed with my application? Or will it be created if it does not exist?

Thank.

+3
source share
2 answers

What is in it? You probably want to open it and see and see what's there - the various components of the development time will change it, often without your knowledge. As soon as you have 1 dependency on the configuration file, you need to include it, and it is quite possible that the dependency arises from a framework or a third-party assembly.

+5
source

: , . , . , . , . , , .

0

All Articles