TekOnline

Tag: .net core connection string at runtime

  • Database Targeting Debugging in ASP.NET Core

    Overview We tracked down a user-role issue that looked like a permissions problem, but the real cause was database targeting. One user could sign in and get roles. Another user with apparently similar data could sign in but did not get the expected roles. At first glance this looked like: Those were all worth checking,…