Help on Image Path

a1jit

Regular
Joined
Aug 19, 2005
Messages
89
Hi Guys,

Im facing some problem getting image displayed on an asp.net page..
Currently this is the code i use to display an image

Code:
		<asp:image id="Image1" style="Z-INDEX: 107; LEFT: 0px; POSITION: absolute; TOP: 0px" runat="server"
			ImageUrl="\\10.204.237.97\Report\Images\Logo.JPG" Height="96px" Width="1800px"></asp:image><br>

Whenver i view this asp.net page in my pc, the image gets displayed, but
if its viewed from a differnt machine, the image is not loaded.

The source code is located in "Report" Directory in "wwwroot"
and image is located in "Report\Images" directory

Something might be wrong with the path..

Can someone help me out..Thanks a lot..
 
Last edited:
Back
Top