Title: Environmental Variable for Connection String Returns Null in ASP.NET Core Application
I’m working on an ASP.NET Core application and trying to use an environmental variable for my database connection string. I’ve set the environmental variable Dbconstring in my system settings on Windows. However, when I run my application in debug mode, the connection string is always null.