I am developing and testing a VB.NET windows service using a app.config files. As you know, when compiled a .config.exe is created. I started up the service, shut it down then went into the config.exe file to change a setting. Restarted the service, but the change I was expecting did not occur. Am I doing this wrong?

Note that I am doing this all on the same machine.

Thanks