R
rich
We have a web app on an IIS(6) web server.
We store some images on another server (for documents and images)
which is on the same network as the web server.
There is NO domain for this network.
We’ve already lost a couple of hours trying to get the images from the
one server to render in our web app and just can’t do it.
So, in our ASP app, we are referencing the image in this way:
<img src="file://///192.168.1.110/documents/abc.jpg">
I don’t really want to install IIS on the document server do i?
I have tried setting up the same “internet” user from the web server
on the document server, but it prefixes the username with the server
name and doesn't seem to work.
I've tried different ways to reference the file location (file://, \
\servername\image.jpg, etc.)
I've setup mapped network drives
I've set permissions to "everyone", "full control"
Nothing works.
Any ideas?
We store some images on another server (for documents and images)
which is on the same network as the web server.
There is NO domain for this network.
We’ve already lost a couple of hours trying to get the images from the
one server to render in our web app and just can’t do it.
So, in our ASP app, we are referencing the image in this way:
<img src="file://///192.168.1.110/documents/abc.jpg">
I don’t really want to install IIS on the document server do i?
I have tried setting up the same “internet” user from the web server
on the document server, but it prefixes the username with the server
name and doesn't seem to work.
I've tried different ways to reference the file location (file://, \
\servername\image.jpg, etc.)
I've setup mapped network drives
I've set permissions to "everyone", "full control"
Nothing works.
Any ideas?