Group: Forum Members
Last Active: Wed 22 Jul 2020
Posts: 153,
Visits: 874
|
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
|
Group: Forum Members
Last Active: Wed 22 Jul 2020
Posts: 153,
Visits: 874
|
Yep wasn't so difficult
<urlMappings enabled="true"> <add url="~/Image.aspx" mappedUrl="~/Image.ashx"/> </urlMappings> Added in webconfig
|