网站中使用的图像存储在这里(在图像文件夹中) -
并且以这种方式引用图像-
<img src="@Url.Content("/Images/greenDot.png")" style="margin-right: 10px;"/>
当我在本地机器上运行该网站时,所有图像都可以正常加载。但是当我在 IIS 上部署它并运行该网站时,没有任何图像被加载。
错误 -
Failed to load resource: the server responded with a status of 404 (Not found) http://54.234.60.214/Images/Logo_Innosolv.jpg
Failed to load resource: the server responded with a status of 404 (Not Found) http://54.234.60.214/Images/Icons/bid.png
似乎是什么问题?我是将图像移动到其他文件夹还是更改在视图中引用它们的方式?