Python/ASP Docs/Questions

KellyK kelly.kranabetter at gems6.gov.bc.ca
Wed Feb 14 14:07:55 EST 2001


On Tue, 13 Feb 2001 23:31:58 -0500, Dave Rogers <rogersd at bigfoot.com>
wrote:

>1) I would like for the COM Scripting object to not cache modules for me as I develop my code.  I see the following conceivable solutions:

I had this same problem. I ended up making one ASP script that did a
series of reload()'s so when I wanted to reload the modules I was
working on I would view that one page. It had the advantage of having
all the reloads in one place instead of sprinkled throughout many
pages.



More information about the Python-list mailing list