Image Web Handler


https://forum.kartris.com/Topic6815.aspx
Print Topic | Close Window

By Tiggywiggler - Wed 23 Nov 2016
Hello all,

I have written an image web handler (image.ashx) to replace the image web page (Image.aspx).

This is quicker when running as the web handler does not fire up the page lifecycle, and it also fixes the problem where web crawlers saw the images as HTML pages rather than actual pictures.

Git Hub link below.

https://github.com/craig-deadline-automation/Kartris-Image-Handler/
By Paul - Thu 7 Sep 2017
Finally got around to importing this into the core Kartris code. All looks good. I've deployed on a customer site but don't expect any issues.