Re: [IronPython] IronPython for asp.net and codefiles

2010-04-05 Thread Jimmy Schementi
1:09 PM To: Jimmy Schementi Cc: Discussion of IronPython; pablodalm...@hotmail.com Subject: Re: [IronPython] IronPython for asp.net and codefiles Is there any way to control the when IP for ASP.Net does the caching? I have been using VirtualPathProvider to serve IP ascx/aspx code on demand but I

Re: [IronPython] IronPython for asp.net and codefiles

2010-03-24 Thread Dody Gunawinata
s only re-compiled if it’s > changed between requests. > > > > ~js > > > > *From:* users-boun...@lists.ironpython.com [mailto: > users-boun...@lists.ironpython.com] *On Behalf Of *Dody Gunawinata > *Sent:* Sunday, March 21, 2010 1:49 AM > *To:* Discussion of IronPyth

Re: [IronPython] IronPython for asp.net and codefiles

2010-03-21 Thread Jimmy Schementi
a Sent: Sunday, March 21, 2010 1:49 AM To: Discussion of IronPython Subject: Re: [IronPython] IronPython for asp.net and codefiles If you want to hide your logic from the source, move as much of the functionality to a dll, whether it is a static or ironpython dll. I don't think IronPython

Re: [IronPython] IronPython for asp.net and codefiles

2010-03-21 Thread Dody Gunawinata
If you want to hide your logic from the source, move as much of the functionality to a dll, whether it is a static or ironpython dll. I don't think IronPython for ASP.Net supports compilable asp.net. On Sat, Mar 6, 2010 at 4:52 PM, Pablo Dalmazzo wrote: > Hi there, > > now I got to work the dlls

[IronPython] IronPython for asp.net and codefiles

2010-03-06 Thread Pablo Dalmazzo
Hi there, now I got to work the dlls and I did a small app. which turns my asp.net .py codefile into 2 pieces, a .py codefile which makes only functions calls to a dll with the actual logic code. But I was wondering why IronPython for asp.net was designed without having in mind to allow the .as