great! i wonder if that includes IIS ;-) (only joking)
piers. -----Original Message----- From: Miguel de Icaza [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 10:20 PM To: Piers Haken Cc: Wilson, Terry; [EMAIL PROTECTED] 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. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
