thesleepylizard
Programmer
I am writing some DLL files to place on my website. They
are written in VB6 using the "IIS applicaton" template. It
compiles beautifully and it works really well.
But, IIS is caching the .DLL files that are created, and,
when I sihp another copy, it's not letting me compile it
over the top of the existing file!
I would like to somehow disable IIS keeping the file open
and/or disable the caching for the particular folder that
contains the .DLL files.
How do I do this? How can I stop IIS from keeping the file
open and how can I tell it to stop caching the files?
Obviously without doing this, development will be
extremely slow!
Thanks for your time,
-Philip
are written in VB6 using the "IIS applicaton" template. It
compiles beautifully and it works really well.
But, IIS is caching the .DLL files that are created, and,
when I sihp another copy, it's not letting me compile it
over the top of the existing file!
I would like to somehow disable IIS keeping the file open
and/or disable the caching for the particular folder that
contains the .DLL files.
How do I do this? How can I stop IIS from keeping the file
open and how can I tell it to stop caching the files?
Obviously without doing this, development will be
extremely slow!
Thanks for your time,
-Philip