.NET Core WebAPI app connects locally but fails on the Server with SQL Network Interfaces error: 26 Error Locating Server/Instance Specified – Plesk
I'm developing a new app and giving .NET Core a go. All is fine until I deploy the app to servers (for staging/testing). I wrote some custom code where I try/catch and return from WebAPI core endpoints so I am…