can we run app2container directly on the source code instead of published files

0

can we run app2container directly on the source code instead of published files, usecase: we have a requirement to run app2container (.net framework 4.5.2) we do not have access to publish files but the source code and need to containerize the applications. (migration not in scope for now) so is it possible to run app2container directly on the source code.

gefragt vor 2 Jahren346 Aufrufe
1 Antwort
2
Akzeptierte Antwort

Hi, No, we can't.

We need to host the application in IIS (which can be localhost) in order to use App2Container. And you can analyze and containerize App2Container.

https://docs.aws.amazon.com/app2container/latest/UserGuide/supported-applications.html

As another option, if you just want to do containerization, you can add DockerFile by adding Docker support in Visual Studio for minimal containerization.

https://dev.classmethod.jp/articles/asp-net-web-forms-app-service-windows-container/

profile picture
EXPERTE
iwasa
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen