On Tue, 2002-12-17 at 17:56, Jonathan Pryor wrote: > > Q3:when you work in .Net Platform for Microsoft it is a most to use IIS as > > web server, what is the status in MONO in this case and how can i port my > > code in case MONO accept another type of web server? > > I know work is ongoing for ASP.NET support, but I don't know much beyond > that. > > http://www.go-mono.com/asp-net.html might provide some additional > information. > > Anyone else want to field this question?
Mono's XSP web server should be usable for lightweight ASP.NET applications with very little modification, though it is decidedly experimental. mod_haydn exists, though it's more a way of running C# programs within Apache, doesn't do ASP.NET and restricted to an old Apache series (1.3). Real work on mod_mono probably won't start until the new JIT and embedding (hosting) API are released early in 2003. -- Pokey the Penguin <[EMAIL PROTECTED]> _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
