Crystal Report: image on shared area
I'm trying to show an image on a Report created with CR for VS2010. The image is stored on shared area and the path an file name are coming from a DB. On my VS it works fine and also if I try to publish the application under II7 on my 开发者_高级运维local machine. The problem happens when I try to publish the application on II7 under Windows 2008 server: the image is not visible.
I checked if it's available on the shared are and it is and also the permssion are ok (visible to everyone).
what's wrong? Could you help me please?
thanks! Andrea
Try to resolve the issue by changing the application pool Managed Pipeline Mode
to Classic
. It should be originally set to Integrated
. It is an IIS
setting.
In that case the problem was releted to the Image size. I didn't see the image on first page because I choose the resize option to true.
精彩评论