IIS でホストされているアプリケーションがあります
しかし、CSSファイルから背景画像を動かしていません
css は、レイアウトから次のように参照されます。
<link href="@Url.Content("~/Content/themes/NewStyleSUPERADMIN/style.css")" rel="stylesheet" type="text/css" />
style.cssには、次のものがあります。
background-image: url('/content/themes/NewStyleMeduimHarder/images/Bottom_texture.jpg');
また
background-image: url('/content/themes/NewStyleMeduimHarder/images/Bottom_texture.jpg');
画像を表示するにはどうすればよいですか?