Connect to local SQL Server from .Net 4.8 Console Application Running in Docker Windows container
I have a sample console application running on .NET 4.8 Framework. Application is able to connect local SQL Server. But when I run the application inside the docker container, I am not able to establish connection between the application and…