I have some Crystal Reports (V10) in an application (.NET 1.1) that is inherited, which is deployed in four "identical" environments. In three environments, they work fine. In the fourth diagram, the graph is not visible in the web browser. They are displayed if you export reports.
The IT guys swear that everything is the same in all four environments, and I decided to solve this problem. I am not sure how to do this, as I cannot get to the servers to check anything for myself. But I do not see how this can NOT be an environmental problem.
It seems to me that Crystal has the necessary permissions to write the file and get it to render export versions of the report, but ASP WP cannot access the image file when rendering the page.
Thanks for any suggestions that may help you!
Solution From the IT guys: “We had to change the“ Execution permissions ”in the CrystalReportsViewer10 folder in IIS only from“ Scripts ”to“ Scripts and executables. All other sites have only “Scripts only” and theyre fine. "
source share