How to use Settings.Settings
Hi All !,
I want to use the Settings.settings in a Windows Application to store my database Connection String. I have created a variable and kept the scope as Application. However I am not able to use it properly in my pages. I do not know what namespaces,classes or properties I need to call.
In Web Application it was simple to use by using the ConfigurationSettings.AppConfig methods & properties.
Can anyone help ??
Thanks in advance
|