Wednesday, March 10, 2010

[HowTo] Run ASP.NET on Linux With Apache Web Server (Mono + Mod_Mono)

July 18, 2009 by Ivan  
Filed under Mono

Mono is an open source project led by Novell (formerly by Ximian) to create an Ecma standard compliant, .NET-compatible set of tools, including among others a C# compiler and a Common Language Runtime. Mono can be run on Linux, BSD, UNIX, Mac OS X, Solaris and Windows operating systems.
With Apache mod_mono we can run ASP.NET [...]