[RESOLVED] [2005] cannot see any images
I'm adding image control to my form, and attaching them to image files in my app_data. the image contorls appears ok in design mode, and are showing the images. however, when I debug the form all the images appear as if there are not found (red X in a white frame)
the same happens if I just drag and drop images from app_data to my form.
I've tried using different images, including images taken from existing websites, but with no result.
any Ideas?
Re: [2005] cannot see any images
As a security measure, files in the App_Data folder are not sent down to the browser. It is used mainly to store database files.
Move your images to another folder.
Re: [2005] cannot see any images