How to run ASP.NET 4.0 website on Apache server? How to run ASP.NET 4.0 website on Apache server? apache apache

How to run ASP.NET 4.0 website on Apache server?


Try to look at the Mono Project.

They have a module for the Apache server called «mod_mono».

Hope this helps.


Try the Mod.Mono instead of mod_aspdotnet:

This handles ASP.NET 4.0 (with the exception of Entity Framework).

See the compatibility for more information on what Mono is compatible with.


Actually, you don't want to use mod_aspdotnet.

You should be using mod_mono instead.

The Mono project is the authoritative project for running .NET code on non-Microsoft platforms. You can read up on it here:

ASP.NET - Mono

And More specifically here:

Mod mono - Mono