I can't get my Images to display
Hi guys,
I’m trying to build a website. To start with I have just one page on which I have put some web controls and some images. I have set up IIS and built the web app and everything seems OK. If I type in http://localhost/appname/ everything works as expected. :)
However, if I try and access the page from another PC the controls display and operate correctly but the images just will not display no matter how hard I try. :mad:
This how I set up the image:
I draw an image control on the web page, clicked on the ImageURL in the properties box and set up the Image dialogue box. I locate the required image with the Browse button. Then I set the URL Type. I have tried the URL Type as Absolute Document Relative and Root Relative but to no avail.
Does anyone know how?
Still can't get my images to display
I have checked the HTML code and it is pointing the the correct location. Where am I going wrong?
What is the rule-of-thumb for storing images on a website. Should I have a dedicated folder or throw everything into the app folder. Could this be a source of the problem with .NET?
So, any further ideas?