المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Leftover Cache?



C# Programming
05-21-2009, 12:30 AM
Hi,

I have written a program that goes out to Fox News (http://www.foxnews.com) on an hourly basis and picks up the podcast for broadcasting on my local radio station. The software has been working perfect for the last 3 years. Now all of a sudden it will pick up and play the same .mp3 file over and over again. I suspect it is left over in the cache and that they are now tagging to cache that file. If I reboot the machine it picks up the latest podcast and works again. However every following hour it repeats the 1st newscast again and again.

I haven't done a lot of web programming and I've been looking at my C# book but I'm unsure how to ensure the cache has been cleared. How can I ensure the cache has been cleared?

Thanks,

Glenn