Read ConnectionString from Application Settings in Web.config – Asp.net
I'm working on a .NET Framework 4.5.2 legacy application. I need the plain ConnectionString of my application, but I don't know how to read it. Unfortunately the Web.config file of the app, does not have a section "connectionStrings". Instead, in…