I have a system developed in ASP.Net using Razor, MVC, Entity Framework and Jquery which is published in a IIS and works correctly . I want to publish the same system on a Apache server (I'm not an expert on Linux platforms and therefore I ask for help).
What did I do? (according to some tutorials):
-
sudo apt-get update && sudo apt-get upgrade
-
sudo apt-get install libapache2-mod-mono mono-apache-server4
-
sudo apt-get install apache2 apache2-doc apache2-utils
var/www/
.conf
en ruta /etc/apache2/sites-available/
, edit the file and configure the virtualHost.
Can anyone tell me what is the correct configuration of virtualHost
, and then what else do?
Do we have to configure other files?