Hi There.
I have added an image control to my master webpage and have linked the URL to an image (JPEG) file that resides in the \Images folder.
In the design view, the image is not available (red cross). When I display the page in the browser, I get the red cross. When I open the image in the solution explorer, the image displays.
The image was initally stored in the \APP_DATA\IMAGES folder but I have moved it into the \IMAGES folder off of the root of the web page, but I still get the same problem.
When I created the image control I did the following:
- dragged image control onto master page
- add existing item in solution explorer and browsed to the image
- selected the image in the ImageUrl property of the control.
If I put the full path to the image in my browser, I get the same thing (red cross) whereas before I moved it out of APP_DATA I was getting 403: forbidden.
Any suggestions appreciated.
Cheers
Smithy