azamsharp wrote: |
Thanks for correcting me. However you can cache the images using your webserver.
For that check out this post: http://forums.asp.net/971043/ShowPost.aspx
|
|
True, but note that that's really most relevant for images that are
changing. Images that don't change are going to be cached on the
client by default, anyway, and the browser is intially only going to
request the status from the server on subsequent loads...The server
should return a 304 not modifed, and the image will be loaded out of
the browser's cache. Regardless, caching or not won't
effect the handling of relative vs. fully-qualifed URLs (the original
question) at all.