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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
