[Mono-list] ASP.Net Web Server Daemon

Miguel de Icaza miguel@ximian.com
03 Jun 2002 18:47:07 -0400


Hello,

> After looking into the xsp from cvs,  is it true that there is not a http
> daemon that will take a request for the aspx pages and use the mono
> interpreter to server up the ASP.net pages?  Currently, is the xsp aspparser
> only run on the Windows box and is not really a http web service for Linux.
> I saw the emails that we are trying to run the asp.net pages through an xsp
> parser for Apache?

The development of the support for ASP.NET comes in various stages, here
is what Gonzalo has been working on:

	1. The Parser.

	2. Getting the parser to generate output compatible with
	   ASP.NET.

	3. Running the sample output with the real Microsoft runtime
	   but using our generated page.

	4. Running the sample with our classes with the .NET runtime.

	5. Running our sample code with our classes with our runtime.

This is the bootstrapping process we are following.

Currently Gonzalo has reached point 3.