Re: [Ironpython-users] ASP.NET with ironpython

2013-02-18 Thread Jeff Hardy
First off, that is awesome. Especially since I had no idea IronPython's webforms support even still worked. :) On Mon, Feb 18, 2013 at 3:00 AM, Bernd Viehmann wrote: > - Is it possible to cache the py-code-behind files in IIS to avoid a > interpreter-run to convert them. I don't think so. Howeve

[Ironpython-users] ASP.NET with ironpython

2013-02-18 Thread Bernd Viehmann
Hallo, I have created a job-exchange online plattform using ASP.NET and IronPython. The startup of webforms sometimes take longer and sometimes they start quit fast. I want to make them start fast every time they are called. Does anybody have some tips for me how to speed-up the start-behavior.