VS Debugging over web application running on Fargate ECS

0

Hey all, Until now we used to run our websites on Windows EC2s with VS installed on them, so if we wanted to debug on a specific env, we just RDP'd to the EC2 and examined what we needed using the VS debugger.

Now we are setting up a new infrastructure, using Fargate over ECS, the application is a .NET core 6 web application that is encapsulated in a Linux image. We wonder if there is a way, to run our VS debugger located in our local machines and attach it somehow to the process of the container running the app. If it is possible it will help us a lot with bugs that we can't reproduce in local env.

thanks in advance, Hadar

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions