ClickOnce and server internet cache

  • Thread starter Thread starter schneider
  • Start date Start date
S

schneider

Hello,

I found a case where a corporate server caches all internet traffic, due to
this my ClickOnce app never updateds because on the corporate network
I/users keep getting the cache files? 1-week later the cache is refreshed
and then it works...

I am told there is some way to tell the server not to cache the internet
page/files? (this is ASP.NET 2.0/with a link to the setup.)

Has anyone seen this before?

Thanks,

Schneider
 
If it's an external cache like ISA, you'd have to configure it specifically.
Usually only admins can configure external caches.

To tell the browser not to cache the content you can Enable Content
Expiration in IIS and select Expire Immediately.
 
Back
Top