I am upoloading image to below location:
Location:\MyPC-pc\u165121142\MyFolder\pid\11\Profile\FImage\
But I cannot show the image from above location.
below is my control:
<asp:ImageButton ID="ImgImage" runat="server" />
I am checking using below method for file exists or not(it works) but when I set image file location to ImageUrl property, I can not see image in browser.
if(System.IO.File.Exists("\\MyPC-pc\u165121142\MyFolder\pid\11\Profile\FImage\Koala6192013104451AM.jpg"))
{
ImgImage.ImageUrl="\\MyPC-pc\u165121142\MyFolder\pid\11\Profile\FImage\Koala6192013104451AM.jpg";
}
note: This folder (u165121142) is in network. I have given it full rights