* [ Michael Scott <[EMAIL PROTECTED]> * Sat, 01 Jun 2002 13:20:10 +0200 ] > To Gaurav, Leen or Patrik, > > I am interested in helping in the effort to build ASP.Net classes for mono. > If someone would email me with the information.
Hi Michael! In CVS module xsp you will find xsp (a aspx -> C# code generator) and a little web server (by now we don't need much more) that takes an aspx page, generates the C# code for it, compile and render HTML. Check it out. It currently uses MS runtime to render the html, but i'm adding command line options to use System.Web and System.Drawing from mono. Once this options are added, you can use it to debug mono ASP.NET classes and/or provide missing functionality. - Gonzalo -- Gonzalo Paniagua Javier <[EMAIL PROTECTED]> http://www.gnome-db.org/~gonzalo/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
