Back in 1.0 and 1.1 of .NET Framework there was support for having the appSettings configuration in an external file by specifying the file attribute. This was a great feature during development, because it allows each developer to have it's own configuration,
Read More...