Please help me out in How to write a custom SettingsProvider class I am asking this question as we could not able to get any links explaining it in better way. If you can provide any samples that will be helpful and also please provide us a solution how to set this custom SettingsProvider to the application, so that application reads the settings from the custom SettingsProvider rather than default LocalFileSettingsProvider
Thanks
VDeevi.

Customizing System.Configuration.SettingsProvider Class.
Jeff Abraham - MSFT
Hi VDeevi,
Take a look at the following links and see if they help.
RegistrySettingsProvider Sample
http://msdn2.microsoft.com/en-us/library/ms181001.aspx
Client Settings Web Services Sample
http://msdn2.microsoft.com/en-us/library/ms180994.aspx
Client Settings FAQ
http://www.windowsforms.com/Samples/Go%20To%20Market/Config/Client%20Settings%20FAQ.doc
Nathan