Forum Discussion
wallym
May 05, 2026Copper Contributor
Getting a ConnectionString empty error in a webapi project with .net 10
I'm running in .NET 10 with the most recent update for everything. I'm in EF. I'm ASP.NET Core. Below is my program.cs file. Inside of the program.cs file, when I call to get my connection string, I ...
wallym
May 06, 2026Copper Contributor
A guy on stack overflow spotted my problem. I was using the value of the connection string as a key. My bad definitely. sometimes you just need other eyes to look at something.