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
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
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
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
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