I'm new to MVC 3, I'm trying to add an image to the _Layout.cshtml file. I tried
<img runat="server" id="img_logo" alt="Logo" src="Content/Images/mailworks.png" />
no success. The logo is displayed only on some types. on other views, for some reason, the image should be in some other place - it was detected using firebug.
source share