I am loading an asp image into my site and its showing in the design view but when I run it on the local host it wont display the image.
<div><asp:Image ID="Image1" runat="server" src="~/images/FusionChart.png" /></div>
the image is stored in “images” folder within the root and the image name is the exact same as in the div so Im confused as to why is wont display. Any help would be appreciated.
Seems like your path is incorrect. Please read this article, may be help you
If not there is different