[Mono-list] ASP.NET on Mac OS X

Jonathan LaCour panix-lists@skinnee.net
Mon, 9 Feb 2004 16:14:31 -0500


On Feb 9, 2004, at 11:31 AM, Gonzalo Paniagua Javier wrote:
> [Just got into this thread. Dunno where to hook, but ...]
>
> I fixed the issue by doing Directory.GetFiles ("Web.config") when one 
> or
> both files exist. If both 'web.config' and 'Web.config' are reported to
> exists (File.Exists) and Directory.GetFiles ("Web.config").Length is <
> 2, then there's no error. Please, test with current CVS to ensure that
> this works.

Gonzalo,

Excellent work.  ASP.NET now functions properly on Mac OS X.  The only 
caveat is that I have to run xsp through mint, since the JIT crashes 
with a Bus error, so things are kind of slow.  Nonetheless, I can now 
develop and test ASP.NET apps on Mono!

Thanks a lot.  I would be happy to continue doing any testing that you 
all need on OS X.

  - Jonathan