This does not seem like it should be that hard, but for some reason I'm stuck.
We have a file server that houses images from several applications and our web server needs to display them. When I add this code, I get a broken image icon.
Nothing is being uploaded, so no virtual path is necessary.
The code is on the development PC which is in the same domain as the web server. Am I missing something obvious?
Thanks!
We have a file server that houses images from several applications and our web server needs to display them. When I add this code, I get a broken image icon.
HTML:
<asp:Image ID="imgPhoto" runat="server" Width="140px"
ImageUrl="\\SERVERNAME\FolderName\44959\Graphic.jpg" />
Nothing is being uploaded, so no virtual path is necessary.
The code is on the development PC which is in the same domain as the web server. Am I missing something obvious?
Thanks!