I want to access an image that is in a shared folder on the server. The shared folder is NOT in the INETPUB folder and it cannot be moved. The directory structure of the shared folder is similar to the following:
SERVER:
F:
|_IMAGES
|_BOATS
|_FIREBOATS
|_FIREBOAT1.JPG
In this scenario, the IMAGES folder is shared as "IMAGES" to Everyone and IUSR. In my HTML code I have the following:
<image src="\\SERVER\IMAGES\BOATS\FIREBOATS\FIREBOAT1.JPG">
But when I load the page I just get the generic graphic box indicating the image file could not be found.
What am I missing here???
SERVER:
F:
|_IMAGES
|_BOATS
|_FIREBOATS
|_FIREBOAT1.JPG
In this scenario, the IMAGES folder is shared as "IMAGES" to Everyone and IUSR. In my HTML code I have the following:
<image src="\\SERVER\IMAGES\BOATS\FIREBOATS\FIREBOAT1.JPG">
But when I load the page I just get the generic graphic box indicating the image file could not be found.
What am I missing here???