ClickOnce and server internet cache

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
 
P

Peter Ritchie [C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top