python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Read ConnectionString from Application Settings in Web.config
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 h...
Bender.
Votes: 0
Answers: 2
Running with values from selected web.%.config
In .NET Core if running with ASPNETCORE_ENVIRONMENT=Devlopment the values in appsettings.json will be overwriten by appsettings.Development.json values if they are set, and the Development file is rea...

LLL
Votes: 0
Answers: 0