I located my images in App_Data folder and image sub folder .and i wrote this code in view :
@if (File.Exists(Server.MapPath("~/App_Data/" + item.Picture)))
{
<img title="Click to view product detail" [email protected]("~/App_Data/" + item.Picture) />
}
item.Picture is : path and picture name sample : image/1.jpg.
condition of if is true but image not show