A
Anton
hi
asp.net
I'm trying to generate images which can be used inside email and not giving
warning about phishing. So to avoid that I need the image to be a regular
image. Not like Show.aspx?=31. Outlook don't like images with the ?= in it's
filename.
Okay, when changes to the image the for example I could store the image on
the server. Like Anton.gif, then just access Anton.gif directly.
But I have another problem which makes this a bit more complicated for me:
The image I don't want it to be in the cache for more than an hour or so
before it is reloaded again. Then I'm not sure how Anton.gif can solve that!
I just came accross Response.Expires, maybe that property can help me?
The reason for the cache expiration is that the image is hosted on internet.
When image is updated then I want the email to display the updated version
instead of a cached version.
any ideas?
asp.net
I'm trying to generate images which can be used inside email and not giving
warning about phishing. So to avoid that I need the image to be a regular
image. Not like Show.aspx?=31. Outlook don't like images with the ?= in it's
filename.
Okay, when changes to the image the for example I could store the image on
the server. Like Anton.gif, then just access Anton.gif directly.
But I have another problem which makes this a bit more complicated for me:
The image I don't want it to be in the cache for more than an hour or so
before it is reloaded again. Then I'm not sure how Anton.gif can solve that!
I just came accross Response.Expires, maybe that property can help me?
The reason for the cache expiration is that the image is hosted on internet.
When image is updated then I want the email to display the updated version
instead of a cached version.
any ideas?