net mvc 5 web application writen in Visual Studio 2017 on a windows machine. I need to deploy this web app on a linux machine where there is an apache server.
I've tried to deploy the entire app in the /var/www/ directory but I think that I have to compile the app before somehow. I've heard that I can do that using mono or using docker. Anyone knows which one is better? I've also heard that maybe I need to make an asp.net core project because mvc is not supported on apache. I'm sure that many people have done that before so there has to be a good solution for that but I can't find it on internet. Anyone has a good and easy solution for that? Thank you in advance.
This is what I have now with my apache configured.
