Image display on MVC view
问题 I am trying to display image on the cshtml file. The spam filter prevents me from typing the HTML for image. However the source is set to src= "@Html.Encode(Model.PictureLocation)" alt="IMAGES" In viewsource it shows as src= "C:\Documents and Settings\xxx\My Documents\Visual Studio 2010\Projects\MVC\TIQC_ServerInterface\TIQC_ServerInterface\uploads\FileUpload12011_03_02_11_49_22.jpg" alt="IMAGES" The image is present in the location mentioned in the src path. On execution, the page is not