I am using app.config to store application configuration settings, also I allow user to updated these settings run-time. This is working fine in Win Xp but in Win 7 I am getting access deny error when try to modify app.config. If I run application as administrator than its work fine. I am using ConfigurationManager to update app.config.
The application should allow to modify settings to normal use also.