Visual Studio Settings file - how does it work?
I do not understand the following things: What is the difference between app.config (applicationname.exe.config) and settings file ? I am unable to locate the *.settings file in Windows7 AppData directory under the specific account (I heard that it should be located somewhere over there) ? Let's assume that *.settings file is somewhere on the hard drive. Why on the development time the data from settings file are copied to application config file? Kind Regards PK blak3r So the default settings are stored in the <exename>.config file located in the same directory as the executable. The reason