My FogBugz installation is working, but the images (icons, etc) aren't showing up - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2012-02-09T13:42:43Zhttp://fogbugz.stackexchange.com/feeds/question/1771http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/1771/my-fogbugz-installation-is-working-but-the-images-icons-etc-arent-showing-upMy FogBugz installation is working, but the images (icons, etc) aren't showing upRob Sobers2010-02-04T16:46:54Z2010-02-04T17:02:51Z
<p>My FogBugz installation is functioning correctly, but images aren't showing up. </p>
<p>If I hit the URL of a specific image (e.g., <a href="http://localhost/FogBugz/images/add.png" rel="nofollow">http://localhost/FogBugz/images/add.png</a>), the browser is just returning the URL string instead of the image. If I type the URL of an image that I <em>know</em> doesn't exist, I get a 404 error as expected.</p>
<p>Note: I'm running FogBugz on a Win7 development machine running IIS 7.5.</p>
http://fogbugz.stackexchange.com/questions/1771/my-fogbugz-installation-is-working-but-the-images-icons-etc-arent-showing-up/1772#1772Answer by Rob Sobers for My FogBugz installation is working, but the images (icons, etc) aren't showing upRob Sobers2010-02-04T17:01:53Z2010-02-04T17:01:53Z<p>IIS doesn't come installed by default on Win7. It turns out that when I installed IIS 7.5 I didn't install the Static Content feature.</p>
<p>I went to Control Panel -> Programs -> Turn Windows Features on or off. Under Internet Information Services -> World Wide Web Services -> Common HTTP Features, I checked the box next to Static Content. Images are now loading properly!</p>
<p><img src="http://our.fogbugz.com/default.asp?pg=pgDownload&pgType=pgWikiAttachment&ixAttachment=80516&sFileName=static-content.png" alt="Static Content" /></p>