Image Problem

  • Thread starter Thread starter Xarky
  • Start date Start date
X

Xarky

Hi,
In one of the pages I have placed an image. This is located in the
following directory.
Inetpub\wwwroot\ProjectName\bin\MyImage.jpg

Now when I access the page from the same machine I can view the image,
and when I try from another pc, image is not viewed.

Is that a wrong path where to locate and load images from?

Can someone help me out.
Thanks in Advance
 
That is a file path to a location on your local machine. In a web page, you
should be using a URL.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Well, Patrick, I can't tell you that based on what you posted. PROBABLY
"/ProjectPath/bin/Image.jpg" - although I can't for the life of me figure
out why you're keeping images in the bin folder. Shouldn't cause a problem,
though... I THINK.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Back
Top