What does this mean?
allowExeDefinition="MachineToLocalUser"
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99999999999" >
<section name="MyApp.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99999999999" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
allowExeDefinition
controls the location where the user settings are stored.
For userSettings sections the default is MachineToLocalUser and it means that the section could be stored in Machine.config, exe.config or user.config in the local user profile directory.
Other values for this property are:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With