How do I include ODBC driver in my container created using app2container

0

I have sample website created in .NET with backed as MS Access database which requires ODBC driver to be installed on application server (Windows). When I am using app2conatiner to containerize this website, the application gets containerize successfully however the ODBC drivers wont get set up in the container. This cause DB connection requests to fails and application does not work as expected.

Appreciate any help in this regard to fix the issue.

posta 4 mesi fa182 visualizzazioni
1 Risposta
0

Hello,

When we talk about containerizing multi tier application using App2Container, the recommended way is each application component in your multi-tier Windows .NET application runs in a separate container. Relationships between the root application and dependent components are configured in deployment.json.

You can see how you can containerize the multi-tier .net application using App2Container here.

AWS
TECNICO DI SUPPORTO
con risposta 4 mesi fa
profile picture
ESPERTO
verificato un mese fa
  • Hi Lakshay, This is not a separate app or windows service but just the ODBC driver which needs to be installed/available in the container. Deployment.json too had dependentApps field which refers to another application and not the driver. I am looking for field/file where these third party apps to be installed can be mentioned. Thanks.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande