Hello Sir,
I install ubuntu sever on aws and then install .net and follow your link -
https://www.dotnetlovers.com/article/239/hosting-asp-DotNet-core-application-on-aws-linux-instance
it's working perfectly. but i am facing one issue that is when i close putty session then my IP is not working. it shows me 502 bad gateway page.
Answers:
Hi,
I believe when you are closing putty your asp.net application is getting stopped.To keep application alive in machine you can use command:
nohup dotnet CoreAppSample.dll