Thanx for your respond, yeah i found the answer yesterday, i tried to run it on my browser and than click "view browser", i get a querystring as follow : "/DNN/CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_94347c46-ef53-4081-a61f-9b2faf9d25e0.png" i think to read an image from crystalreport, ie browser refrence to this querystring, than i compare web.config file from browser that can show an image (asp.net not under DNN Module) and web.config from DNN module, i got different at this tag :httpHandlers>< addverb="GET"path="CrystalImageHandler.aspx"type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>httpHandlers> i added this tag to my web.config and i can show it from my DNN Module.... I hope it can help person with 've the same problem....... < |