[Mono-list] Re: ASP
Miguel de Icaza
miguel@ximian.com
11 Feb 2002 00:07:45 -0500
> I would definitely second this suggestion. However, I do not see
> the need for support of IIS compatibility. Why would anyone be interested in
> running Mono's ASP.NET with IIS over Microsoft's. Let's work on supporting
> Apache and XSP.
Here is the plan I suggested:
* Build a set of classes that can provide a web server from an
application.
* Use these classes to implement things like HttpChannel.
* Use these classes to roll our own "ASP.NET-server-in-a-class"
* If people want to integrate with Apache in the future, then
they could do so by adapting the classes when we have an
embeddable runtime (which we do not have yet).
Miguel.