Hi all,
I have a series of web parts that refer to an application page to generate an image based on a supplied ID. This was created for SharePoint 2010 and all the images refer to "/_layouts/GenerateImg/GetImage.aspx?ID=" where id is the
image to load.
Now the problem I am having is that we have migrated and all of the images work perfectly in all other browsers except for IE (v10, v11). IE just shows a broken link. As the image is served in other browsers I don't believe this is an issue of how the image
is created which is simply through a binary Write to the Response stream from our SQL DB.
I have tried modifying the link to point to /_layouts/15/GenerateImg/GetImage.aspx?ID= but that just ends up a 404 error even though the file exists within the /15/ hive as well as the /14/ hive.
I am a little confused by this, has anyone else had a similar issue?
Any help would be greatly appreciated.
Courtney O'Sullivan