App.Config vs. AppName.exe.Config

前端 未结 1 1021
予麋鹿
予麋鹿 2020-12-16 09:16

I\'m building a Windows Service app that has configuration data stored in App.Config. However, I noticed that when I build my application a AppName.Exe.Config is generated.

相关标签:
1条回答
  • 2020-12-16 09:50

    App.Config is the file used in your development environment. AppName.exe.config is the app.config file used when your app is deployed.

    0 讨论(0)
提交回复
热议问题