I am trying to load a dynamic image from my c:\id directory with the link in a database field using vs 2008 and vb (Web page).
When I run the report in the crystal designer everything works fine. But when I trying running it in debug mode from the vs 2008 studio, the default image keeps coming up. which tells me the image is not being found but why?
The report is nothing special with one parameter field for the id number which pulls all the data from the database correctly. I have even displayed the database filed for the image on the report and it appears to be correct.
Is it a permissions issue with IIS
Thanks in advance, I have been trying for three days to figure this out.