I'm studying Asp.Net MVC and I'm having trouble setting the URL of the
HTML:
<!-- menu profile quick info -->
<div class="profile">
<div class="profile_pic">
<img src="~/Views/Home/images/img.jpg" alt="..." class="img-circle profile_img">
</div>
<div class="profile_info">
<span>Welcome,</span>
<h2>John Doe</h2>
</div>
</div>
My question is, is this URL right: src="~/Views/Home/images/img.jpg"
?
My project hierarchy:
Well,whenIrun,I'mhavingtheerror: