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.
App.Config is the file used in your development environment. AppName.exe.config is the app.config file used when your app is deployed.