Craig's image.ashx file


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

By Supermac - Mon 10 Jul 2017
In order to verify performance's increase and eventually implement Craig's work in my Kartris installation I'd like to substitute image.aspx with hes ashx file but I'm not sure of the operations to do.
Have I just to replace .aspx with .asxh extension wherever image.aspx is called, leaving querystrings as they are now?
Can I do this on a Kartris 2.8 installation?
Thank you
By Supermac - Mon 10 Jul 2017
Yep wasn't so difficult

<urlMappings enabled="true">
<add url="~/Image.aspx" mappedUrl="~/Image.ashx"/>
</urlMappings>
Added in webconfig
By Tiggywiggler - Sat 28 Oct 2017
Sorry I wasn't here to help you with this. I have been massively busy for the past few months.

Glad you got it sorted.