ASP.NET (in my opinion - gonzalo/patrik, feel free to slap me down if I'm wrong) is no where near ready to be run *in the same manner* as IIS.
Many of the methods need filling in, and perhaps there are definatly some undocumented/under documented calls that need testcases to work properly. My intentions to provide a framework that allows ASP.NET to work under Apache (amongst others) is detailed in the mailing list archive. Which at the time of writing is here: http://lists.ximian.com/archives/public/mono-list/2002-September/001817.html If this gets wrapped then here is another link (which will expire) http://makeashorterlink.com/?Y434322B1 Please read :-) Regards, Simon ----- Original Message ----- From: "Sterling Hughes" <[EMAIL PROTECTED]> To: "Jens Kohl" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 8:42 AM Subject: Re: [Mono-list] Mono and Apache > On Tue, 2002-09-03 at 22:46, Jens Kohl wrote: > > Hello Sterling, > > > > On Tuesday, September 3, 2002 , you wrote: > > > > SH> I've released a new project based on mono called mod_haydn, an > > > > Why not mod_mono? > > > > Honestly, i just didn't know whether or not it was going to be the > official module, if the mono folks wanted to/want to develop something > different, then its their right to call it mod_mono. If this ever does > become accepted into the mono project, I'll happily name it anything > that people want... > > As far as why mod_haydn? Haydn was a composer that used a bunch of C#'s > (at least the music I've listened to). :))) > > > SH> Apache module that allows you to run MSIL bytecodes under Apache 1.3. > > SH> Currently, the Apache Request, Translation and Authentication > > SH> handlers are tested and working; from within these handlers you can > > SH> also access a good part of the Apache API. > > > > Is it now possible to serve aspx sites, or is it 'only' the control over > > an apache? > > > > That depends, I'm not sure, from my side, it simply wraps around the > Apache API, and runs within Apache. However, I do remember reading that > quite a bit of work on mono and aspx (ASP.NET) has been done--It should > be relatively simple for these two to be integrated, simply directing > output to Apache, rather than directing output to [wherever it currently > goes]. The Apache module offers two functions for this: > > Apache.Browser.Write ("Hello World!"); > > and > > Apache.Browser.WriteLine ("Hello World!"); > > The first will directly output the string passed to it (the equivalent > of puts() in C). And the second will output the string, and then an > XHTML compliant <br /> tag (the equivalent of puts("str"); puts("<br > />")). > > You can also flush the output to the browser via: > > Apache.Browser.Flush(); > > I can also work with [whomever leads that effort] on adding any > functions that they'd need for ASP.NET, aspx, [insert further buzzwords > here]. :) > > From my perspective (wearing my other hat), I'm a PHP developer, so I > might not exactly _help_ out directly on the effort to push ASP.NET, > but, everyone is free to use what they want, And I'll certainly do what > I can on the Apache module side.... > > -Sterling > > > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
