I have created an MVC application that has an aspx page as report view that will render the Crystal report.
I have added a simple Picture and OLE object and set the "Format Object -> Picture -> Graphic Location" as my local physical path. I'm expecting the image to be rendered from the path specified at my Crystal report but the image is not displaying at all. Its throwing error in browser console as
"xxx/Webform/CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_225a5398-7162-4373-b860-ce62f2c67c24.png"
Based on my reseach I found suggestions to add 2 different handlers for "path=CrystalImageHandler.aspx" in Web.Config file, but it doesn't seems to be work for me.
Any help would be appreciated !