I have developed an application, which has an assembly ( .dll ) which I would like to locate under a /bin directory, and not in the root directory itself. So I changed the app.config, that it also looks into sub folders, this works fine.
But with this change I have a .exe.config file in the root directory, is it possible to move this file also, or is this impossible?
I would like to have only the .exe in the root folder, and some directories, but no other files.
Thank you Regards