Output Caching

  • Thread starter Thread starter Rob Amos
  • Start date Start date
R

Rob Amos

Hi,

I've read that asp.net output caching does not work in a multiple-server
environment, can anyone explain why not?

Thanks,
Rob
 
The only thing I can think of is that OutputCaching is per-server. If you
have 2 servers, they'll each render 1 uncached page and then use a cache.
It still works, but might have side-effects you wouldn't otherwise expect.

Karl
 
Thanks, I had thought that might be the problem, servers getting out of sync
rather than it actually not working.

Rob
 

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

Back
Top