Docker container can't connect to SQL Server on a local server
I am trying to containerise a .NET framework 2.0 legacy application connecting to SQL Server on localhost outside the Docker, I am able to containerise the application but it doesn't connect to SQL Server. Even I comment out the connection…