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.

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?