Running .net application on ec2 windows instance

0

I have a .net windows application (exe) which I would like to run on my windows ec2 instance.

I can run it on my computer at home but it doesnt even load (no error or any message) when I try to run it.

The application connects to a remote api and database. (it has no publisher credentials)

I am new to this. What are the general /most common settings I am missing here to get it to work? Both aws and windows firewall settings for example.

2 Risposte
1

Couple questions - do you have .NET framework installed? Open Powershell to validate Also, if it needs to be hosted on IIS, make sure it is properly configured(permissions etc)

profile pictureAWS
Niko
con risposta un anno fa
0

I offer you adding some debug code lines to your app to detect the cause of an error

or you can check eventviewer & application permissions (uac settings) etc. / security group settings

profile picture
ESPERTO
con risposta un anno fa

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