AWS Linux EC2 ASP.Net Core Application

preview_player
Показать описание
This video will show you how to install .Net Core on AWS Linux, deploy a .Net Core application to AWS, configure Apache to work with Kestrel and access the application from outside of AWS.
Рекомендации по теме
Комментарии
Автор

This was an amazing tutorial Jon. Thank you! Just to save a lot of time for others, with .NET Core 3.1, there is a default to redirect http -> https. You MUST disable port 5001 (https) OR only use https for these instructions to work. Otherwise you'll get a 502 from the browser and a 302 in your ssh test session that redirects to a port that nobody is listening on.

themasterrogerdelgado
Автор

This video is a little old but everything works like a charm, thank you very much !

herveclaveau
Автор

Thank you for the detailed work really appreciate your work...Please keep us posted ....

stephancisco
Автор

Thanks Jon.Great effort.It helped me to host the application.

hirankailas
Автор

Actually this is wonderful to watch such an easing video. I have a frontend and backend app. I would like to host this ASP.netcore app on Amazon linux 2 machine and I want to hit frontend at port 3000 and backend at 80. Please suggest how we can do that as the ports I am gonna use are in reverse here. Thanks in advance. Hope, you can figure this and assist me and as I am doing this at the hour of emergency

SantoshChenreddy
Автор

Hi Jon, great videos! They are very usefull. I have two doubths about .net core and the ec2 linux ami machine. The first one is how I can set up the HTTPS in my app? And the other doubth is about how I can leave the dotnet app running and close the sesssion in PuTTY?

joseandrescabrerabenetto
Автор

Thanks for a good video. Just a quick question: what if I stop the SSH session. My service stop working. I want it to be running after I close the SSH session on the server.

progressive
Автор

I upload my compiled code to t2.micro with 7 Kb/s during the 20 minutes. Is this normal for t2 insances or my network has the problem ?

raririm
Автор

What if there is websocket protocol running on the ASP.NET application on ws://localhost:5000/ws ? How do we handle that on the reverse proxy?

RK-hello
Автор

Hello Jon,

First of all, many thanks for the video. I would like to ask you if you know how to detect when the dotnet core webservice published in the ec2 stops.
Sometimes the site stops and I have to rerun dotnet WebService.dll to get it up. Can the site restart be automated?

raul
Автор

Hi Jon, Thanks for sharing the video, this was really helpful. I followed every step and I am able to run my app on localhost withing AWS but I am not able to access it outside, can you help me with that?

Thanks :)

shuchikasliwal
Автор

Thank you for this nice Video, I have a question, how can I configure Apache to run multiple APIs projects, I have 4 API projects that I need to run on the same EC2, I tried to use DocumentRoot but without any luck, I hope you can help me with that, Thanks Again.

azzamqumsieh
Автор

Sir thanks for the video, Please tell me suppose I also want a MYSQL database inside this and my app communicate with the database then what should I do.

visheshmahale
Автор

I need to do CI/CD From Bitbucket Pipeline, could you help.

farrukhmask
Автор

Hello sir
I need help
I have found error: -bash: dotnet command not found
When lunching application
dotnet helloDemo.dll

MrRituraj