The source code for IronPython for ASP.Net is available at codeplex. Check out the implementation - you can probably get something out of it.
On Mon, Dec 6, 2010 at 1:11 PM, Pablo Dalmazzo <[email protected]> wrote: > I was just reading about that you said here > http://www.asp.net/dynamiclanguages/whitepaper > I was trying to figure out if we can dll the asp.net code files without the > workarounds we use now >> Date: Sun, 5 Dec 2010 16:45:34 +0200 >> From: [email protected] >> To: [email protected] >> Subject: Re: [IronPython] no compile page model question >> >> I think it's because the Codedomprovider that asp.net relies on cannot >> be implemented in ironpython. >> >> On Sat, Nov 27, 2010 at 4:41 PM, Pablo Dalmazzo >> <[email protected]> wrote: >> > I'm missing a big part of the picture so forgive me if this question >> > doesnt >> > make any sense to you. >> > In C#, VB.NET, etc the code behind in asp.net page is defined inside a >> > class. Is there any relation between >> > IronPython code doesn't get compiled to normal .NET code where you'd >> > have a >> > class at the IL level for each class you have at the source level, and >> > asp.net with IronPython using the no compile page model? >> > >> > >> > _______________________________________________ >> > Users mailing list >> > [email protected] >> > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> > >> > >> >> >> >> -- >> nomadlife.org >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -- nomadlife.org _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
