Running Visual Studio 2019 .net web app in docker can't connect to external MySql server
I built a web app in Visual Studio 2019 .net that runs fine when hosted in IIS. The web app connects to a MySql server on my Synology NAS. I want to build a docker image for it to move…