G
Guest
Hi Guys,
Really strange problem I am experiencing... I have setup a virtual
directory with Read Only permissions on an ISA/IIS server (SBS 2003). In
that virt. dir., I placed 1 file (setup.exe). I then use
WebClient.DownloadFileAsync (.NET 2.0 Pro.) and all downloads well including
progress bar indicator, bytes received, etc... Here is the problem:
When I replace the file (setup.exe), with a different, larger file, it
still downloads the old/original one. I guess ISA/IIS server must keep a
cache of it somewhere. I've searched the entire hard drive, but cannot find
it. Is there any way to circumvent this caching which is causing my problem?
I don't think it has anything to do with my code as I receive the file
properly. The only issue is that if I were to replace the same file, with a
newer version, it still downloads the old one...
Regards,
Giovanni
Really strange problem I am experiencing... I have setup a virtual
directory with Read Only permissions on an ISA/IIS server (SBS 2003). In
that virt. dir., I placed 1 file (setup.exe). I then use
WebClient.DownloadFileAsync (.NET 2.0 Pro.) and all downloads well including
progress bar indicator, bytes received, etc... Here is the problem:
When I replace the file (setup.exe), with a different, larger file, it
still downloads the old/original one. I guess ISA/IIS server must keep a
cache of it somewhere. I've searched the entire hard drive, but cannot find
it. Is there any way to circumvent this caching which is causing my problem?
I don't think it has anything to do with my code as I receive the file
properly. The only issue is that if I were to replace the same file, with a
newer version, it still downloads the old one...
Regards,
Giovanni