My images in MVC website are getting displayed, Its showing me when in local but not displaying when deployed it in server (Dev/Stage)?
Here is the code I wrote.
<img src="@Url.Content("~/Content/Images/ECUStaff.jpg")" alt="ECUStaff" width="400px"/>
Can Someone help me out?