Trouble connecting ASP.NET Core 6 application to SQL Server in Docker container
I have an existing ASP.NET Core 6 application that is already running with a SQL Server database. I am now trying to containerize the application using Docker and having issues with the database connection. I would appreciate some guidance on…