Currently trying to build a company intranet, however the home page images I'm using aren't loading.
<div class="col-md-4">
<img src="~/Views/Home/Icons/document.png" />
</div>
client image elements can not solve "~"
two ways to fix this
UPDATES: sorry, i did not realize you are using MVC.
then i think you should move your images out of view folder. By default any resources under view folder are not accessible from client, that’s why you can not load your image