I am getting frustrated with this seemingly easy task.
I am making a demo for my boss and thought I would add the company logo which I grabbed off the company web site. I made a folder called Logo and added the image to this and called it Logo.png so I can change the logo when I move out and do our clients sites as well.
<a asp-area="" asp-controller="Home" asp-action="Index" class="navbar-brand"><img src="~/Logo/logo.png" /></a>
However everytime I load it I am not getting the image I am getting the box with X inside. Is there something I am missing?