[Mono-list] ASP.NET

Miguel de Icaza miguel@ximian.com
02 Aug 2002 01:19:31 -0400


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.