Configuration.Save Requires Full Control Access to a File
Don't use Configuration.Save
in scenarios where users might only have read and write permissions for the configuration file as UnauthorizedAccessException
will be thrown if full control is not granted.