I ran into a problem with Docker and a .net core web api project. The database is on-prem and I cannot connect to it. The database is SQL server 20`4 on port 1433. In the docker run command I added p 1433:1433 and referred to the sql server connection string using the IP address and still cannot get connected. Has anyone worked through this problem and can guide me to a solution?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Question about migrations in ASP.NET Core | 1 | 427 | January 27, 2021 | |
Docker port mapping | 1 | 791 | March 25, 2023 | |
Error when update-database migration | 1 | 1422 | October 7, 2022 | |
Docker build image | 3 | 649 | July 15, 2022 | |
Complete SQL Masteryyy | 11 | 544 | March 21, 2023 |