[Mono-list] ASP.NET

Piers Haken piersh@friskit.com
Thu, 1 Aug 2002 23:53:39 -0700


great! i wonder if that includes IIS ;-)

(only joking)

piers.

-----Original Message-----
From: Miguel de Icaza [mailto:miguel@ximian.com]
Sent: Thursday, August 01, 2002 10:20 PM
To: Piers Haken
Cc: Wilson, Terry; mono-list@ximian.com
Subject: RE: [Mono-list] ASP.NET


Hello,

> good question, I have another related one: how much of the ASP.NET
> infrastructure will be implemented? will we be able to use the cassini
> sample (from the ASP web matrix, and without the winforms stuff) to
host
> ASP on mono?

Piers, I do not know exactly what Cassini is, but if it is the embedded
Web Server in WebMatrix, it should work.  Embedding ASP.NET in a .NET
application is very simple.

Currently XSP rolls its own system, because the complete implementation
required a lot more work, that felt under the domain of Patrik's work. 
We have been talking to Patrik to get his HttpRuntime code integrated
(who is hacking on these things on his vacation).  The other side of the
problem is being done by Gonzalo who is shuffling the XSP code into the
System.Web assembly in the proper classes.

So the good news is that the various programs that embed ASP.NET should
just work when we are done.

Miguel.