SecurityException using ApplicationSettingsBase on a network share

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created an application which saves the size and location of the main
form using a custom settings class derived from ApplicationSettingsBase. It
runs fine locally, and saves and retrieves the settings.

When I run the application from a network share, a SecurityException is
thrown, when the application attempts to retrieve the user settings from the
user.config file.

What attribute or code do I need to add to allow the application to read and
write to the user.config file?
 
Back
Top