A
Andrew
Hi,
Ive got a .ashx file which produces an image (useage: <img
src="myHandler.ashx" />)
What do I need to do to make it cache? Every time my page reloads it
recreates the image (a slow process), and i have a lot of these per page.
The image-producing code doesn't NEED to be in a handler (in case anyone
has a better suggestion)
Thanks
Andrew
Ive got a .ashx file which produces an image (useage: <img
src="myHandler.ashx" />)
What do I need to do to make it cache? Every time my page reloads it
recreates the image (a slow process), and i have a lot of these per page.
The image-producing code doesn't NEED to be in a handler (in case anyone
has a better suggestion)
Thanks
Andrew