In WCF services and a variety of other .NET apps, I understand that app.config is used to specify settings. Is this file only used at compile time and settings get stored in the assembly or is it required at run time as well? Does it vary per project type?
The app.config
file is renamed to YourAssemblyName.exe.config
during the build process. This is the default behaviour for all non-web projects. A web or web application project uses web.config
instead, but it is not renamed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With