How to create / publish / deploy / host an ASP.NET Core app on Debian Linux with Apache

preview_player
Показать описание
In this video I will show how to deploy a dotnet core app to Linux (Debian 10) (non production!).

Scripts:

#linux #dotnetcore #asp #debian
Рекомендации по теме
Комментарии
Автор

Hello Friend, I Am a Brazilian Developer and was searching for a simple and straightforward explanation of that.
Thank's a lot and sucess for you in life!!!

jonatassantos
Автор

Thx a lot. It is always very helpful to see how we can make things work together.

And thx for the scripts - Changing configuration files in this way did not come to my mind (yet :-))


(And please DO keep those errors, they (and how you deal with them) are educational).

guntbert
Автор

Man, you helped me a lot. Thank you very much!!

FelipeSilvaFloripa
Автор

Only by the first paragraph of the video, desirve a like ! Thank you !

HildoQuetz
Автор

Thank you very much, the video helped me a lot!

nickeax
Автор

Thanks sir it helped me a lot. :) etcetera etcetera

anupamjaiswal
Автор

Thank You for the great info ! I have a problem, however, accessing the kestrel server through the apache reverse proxy from an outside machine. On the local machine (localhost) all works fine, but from outside, its ok, but always message 'Attempting to reconnect to the server 1..8' Where can be problem ? Thank you !

vaidasblionskis
Автор

Thanks a lot. Which permissions should have the html directory? Apache ? Which permissions should the script have?

yamilortega
Автор

My friend Vagelis, thanks for this video. Remember that you videos are sawing for people from other countries, could you please activate subtitules?

bgva
Автор

I am very grateful, sir, for your clarity. I followed all the steps in this fine tutorial and all worked perfectly, so thank you. I have a problem, however, accessing the kestrel server through the apache reverse proxy from an outside machine. On the local machine (localhost) all works fine, but from outside, 'file not found.' Is there a simple step I'm missing, or can you point me to another tutorial or resource to walk me through the rest of the process? Thank you!

GoreBruce
Автор

The official documentation leaves many things unanswered when it comes to self-signed certificates for use in development. I haven't yet discovered the way to make Chrome v85 trust a self signed certificate for use in .NET Core 3.1.

JohnSourvinos
Автор

how configure litespeed for hosting asp.net core application?

محسن-ههث
Автор

What drives me nuts is that I had this working with kestrel a few months ago, I did not need to use apache. I just used 'sudo ./MyApp --urls "http://*5000/"' and it worked perfectly. Now I try to run the same command and it says "sudo: ./MyApp: command not found". Wth is that about.

DrEnginerd
Автор

Thanks for the wonderful video and scripts
I am using Ubuntu 18.04
After executing ../bin/apache-vhost-create-dot.net.core.sh, I have tried to open aap.localhost in the firefox. I am getting below error
Network
Your request host "app.local" could not be resolved by DNS

Could you please help me resolve this issue?

vigneshkumarsridharan