I have the following connection string declared in my app.config file:
app.config
Will the above configuration works with the API/code like:
string str = ConfigurationSettings.AppSettings["SqlConnectionString"];