Re: [IronPython] In IronPython for ASP.NET CTP, Why attribute injector mechanism only applies for Get, not Set?

2006-12-18 Thread David Ebbo
Hi Neil, I replied on the ASP.NET forum: http://forums.asp.net/1501167/ShowThread.aspx thanks, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil(???) Sent: Sunday, December 17, 2006 5:54 PM To: users@lists.ironpython.com Subject: [IronPython] In

Re: [IronPython] Secret project: Simplified Data Scenarios (?)

2006-11-14 Thread David Ebbo
Hi Luis,   This was a prototype of something that we’re working on.  It is still at a very early stage, so we’re not ready to give bits out yet.  We will definitely announce it to this list when we are ready for an external testing phase, so stay tune!   Thanks, David   From: [EM

Re: [IronPython] IronPython for ASP.net CTP is now [EMAIL PROTECTED]/ironpython

2006-11-03 Thread David Ebbo
1.0.61005.1977 is actually 1.0.1, while 1.0.60816.1877 is 1.0. But you're right, we should have included the latest in the ASP.NET CTP. We'll fix that in a later release. For now, feel free to just copy the newer one over into the app's 'bin' folder. David -Original Message- From: [

Re: [IronPython] Passing Arguments in hosted enviroment

2006-09-08 Thread David Ebbo
Title: Passing Arguments in hosted enviroment Hi Bernd,   I would recommend against calling ExecuteFile on each request, as that would cause the code to be parsed and compiled every time (very inefficient).  Instead, one thing you can do is:   -  On the first request, create an