I have a C#.net 2008 desktop application that I have questions about debug mode versus release mode.
1. I noticed that the application I am working on has the following two files: App1.vshost.exe.config file and App1.exe.config file. They both look the same. Thus what is the difference between the two files?
2. When I rebuild my application, I notice that either the App1.vshost.exe.config file or App1.exe.config file have changed. Thus can a change to one of these files affect a change to the other file?
3. When you build and/or rebuild an application in debug mode, is there a way for the xml conf files not to change? This would include the configuration manager files in both debug and/or release mode? If so how can you keep the app.config, App1.vshost.exe.config file or App1.exe.config file from changing unless you want them to change.