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 Antworten
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
beantwortet vor einem Jahr
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
EXPERTE
beantwortet vor einem Jahr

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