And what's wrong with IIS6? As long as you keep it patched (just like you
have to with all the vaunted "bug-free" and "perfect" open source apps) it
works fine.
Mono is still to immature (IMO) to trust it with a real production website.
You can of course write your own. It's actually not that difficult with .NET
as long as you don't need it to scale much.
--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/
"michael [multnomah]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> We are trying to standardize on a solid, open, secure Web Server
> architecture. We are running Apache 2 on Windows 2003 Server. For
> static HTML, JSP and ColdFusion apps, this is running perfectly, but now
> we need to be able to run ASP .NET applications. I have read about the
> "mod_mono" module for Apache that allows .NET applications to run on
> Apache, but this seems to only work with Apache on Linux, not Windows.
> Anyone have success with getting ASP .NET apps to run under Apache on
> Windows?