With VS2003, you have better to name your config file "App.config". Doing
this way, it will automatically be copied to your bin file and renamed so as
to match your binary file.
Craig,
I normally add a app.config file to my VS.NET project which I maintain as a
baseline for the executable.
VS.NET will copy the above app.config to myapp.exe.config file in the output
(bin) folder of the project.
Once the project is deployed to a users machine, via a setup project for
example. I will change myapp.exe.config on a per machine basis, with the
understanding that any future deployments (setup projects) may overwrite the
existing file.