![]() Welcome! and rules Joel on Software |
Prevent asp.net caching I'm having trouble preventing caching on an ASP.NET application. It works mostly, but sometimes seems to fail.
SMJ
This is what I've found that works 100% of the time:
Brad Wilson (dotnetguy.techieswithcats.com)
Oh, and we don't use SetNoServerCaching() because we don't use server caching.
Brad Wilson (dotnetguy.techieswithcats.com)
Thanks Brad, I'll try that.
SMJ
|