Web サイトで使用される画像は、ここ (Images フォルダー) に保存されます -
そして、画像はこのように参照されています -
<img src="@Url.Content("/Images/greenDot.png")" style="margin-right: 10px;"/>
ローカル マシンで Web サイトを実行すると、すべての画像が正常に読み込まれます。しかし、IIS にデプロイしてその Web サイトを実行すると、どのイメージもロードされません。
エラー -
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
問題に見えるのは?画像を別のフォルダに移動するか、ビューでの参照方法を変更しますか?