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 | |
---|---|---|---|---|
4- The Sample Web Application | 5 | 1716 | April 16, 2022 | |
Question about migrations in ASP.NET Core | 1 | 425 | January 27, 2021 | |
Docker port mapping | 1 | 780 | March 25, 2023 | |
Understanding Entity migrations | 0 | 368 | February 23, 2021 | |
Deployment Error on Digital Ocean | 0 | 365 | July 27, 2022 |