I need to host my .Net Core 2.1
application on Windows
with Apache
. Do you have any tutorials? I found many tutorials to host on Linux
but none on Windows
.
Apache does not provide official package for windows but their are 3rd party binary distributions available, some are:
You can see this Hosting article where ASP.NET Core hosted on Apache on Windows with XAMPP.