How to give url to an asp.net image control where, image reside outside the application -


i want show image on website folder outside asp.net application on desktop. have tried not uploading image.

 <asp:image id="image2" runat="server" imageurl="c:\users\myname\desktop\images\0.jpg" /> 

is there other way give path. wrong doing. please advise. in advance.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -