I doubt this is possible, but want to throw it out there.
Is there a way to cache images on a page without caching the rest of the content? I have a mostly dynamic site, text-wise, and keep Response.Expires = 0 because of this, but the images are pretty large, file-wise, and are hampering download time.
Any other methods I can use? Is Response.Expires the only tag for controlling cache?
Is there a way to cache images on a page without caching the rest of the content? I have a mostly dynamic site, text-wise, and keep Response.Expires = 0 because of this, but the images are pretty large, file-wise, and are hampering download time.
Any other methods I can use? Is Response.Expires the only tag for controlling cache?