How to create a ASP.net core project and host it on a Apache based web server without a reverse proxy?
I want to host my Web App on a Apache server I’ve tried to publish a self contained project and would upload to the server but that does not work, I tired to compile it using Linux it the output setting in visual studio but that didn’t also work.