[Mono-list] RE: Does Mono can support running ASP.NET on Apache Servers?

Jonathan Pryor jonpryor@vt.edu
Wed, 14 Apr 2004 07:04:34 -0400


On Tue, 2004-04-13 at 21:35, Hadi Kharrazi wrote:
> I'm not a professional; I saw the mod_mono on your website, could this
> be used to run ASP or .NET web pages on Apache AS3.

Mod_mono is an Apache module for running ASP.NET pages under Mono, *not*
ASP pages.

The "usual restrictions" also apply: COM interop isn't supported, so you
can't use COM objects from a mod_mono application; all dependent
assemblies your app depends upon must run under Mono; etc.

See: http://www.go-mono.com/asp-net.html

 - Jon