End Google Ads 201810 - BS.net 01 --> Hi,
I'm trying to read connection string from app.config in .net 3.5, as below
string con = ConfigurationSettings.AppSettings["DBConn"];
But, its not working.

App.config file
===============





providerName="System.Data.SqlClient" />



Please let me know how to read. Thanks in advance.