1

Basically I use http://support.microsoft.com/kb/326201 for clearing the cache.

But in a article http://msdn.microsoft.com/en-us/library/windows/desktop/aa383990(v=vs.85).aspx it is mentioned that the above KB cannot be used from the server.

They asked to use WinHTTP, can anyone suggest me a way to implement this.

I searched in net but can't get any proper article for this implementation. I am a beginner too, so find it difficult for implementing.

Please help me anyone... Thanks in advance

Alex K.
  • 171,639
  • 30
  • 264
  • 288
Karthikeyan
  • 136
  • 7
  • How is this related to ASP.NET? – Ray Cheng Feb 27 '13 at 06:10
  • Sorry, i have edited, thanks – Karthikeyan Feb 27 '13 at 06:16
  • Why are you programmatically attempting to clear the cache? – Mitch Feb 27 '13 at 06:55
  • In our main product, we use a command to clear the cache, at present we are using file.Delete() to clear the Temp files, but it is not efficient, so we are implementing based on KB. In our product we create dll for the customers – Karthikeyan Feb 27 '13 at 07:11
  • Do you want to clear the client's temporary files from the server? That shouldn't be possible. Or does your server generate temporary internet files somehow? In that case any application that can host an IE control can clear temporary internet files as well. – CodesInChaos Feb 27 '13 at 10:54

0 Answers0