[Mono-list] System.Web Assembly: Good News

Miguel de Icaza miguel@ximian.com
18 Mar 2002 19:51:01 -0500


> : We also need to have the basic ASP.Net framework running (HttpRuntime,
> : HttpRequest, HttpResponse, HttpContext, HttpApplication) to test. The
> : Page parser would also be good because that's the component that adds
> : all of the controls.
> 
>     Is anyone working on it currently?
>     If not, I can hook-in some code into it. I guess, lot exists in HttpRuntime
> (Bob did quite a bit in it), not sure about other Http* classes.

There are other bits that we will have to investigate/implement: for
example we need a parser for the actual ASP pages that generates the
code that is compiled on the flight.

I looked at that, and it is one ugly set of rules and configuration
files.   

Miguel.