|
Configuration.Save requires Full Control access to a file (Development | .NET)
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. More details are available in the following MSDN Forum posting.
9/19/2006 10:32:34 PM (Central Europe Standard Time, UTC+01:00)
|