My FogBugz installation is working, but the images (icons, etc) aren't showing up - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2012-02-09T13:42:43Z http://fogbugz.stackexchange.com/feeds/question/1771 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/1771/my-fogbugz-installation-is-working-but-the-images-icons-etc-arent-showing-up My FogBugz installation is working, but the images (icons, etc) aren't showing up Rob Sobers 2010-02-04T16:46:54Z 2010-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#1772 Answer by Rob Sobers for My FogBugz installation is working, but the images (icons, etc) aren't showing up Rob Sobers 2010-02-04T17:01:53Z 2010-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&amp;pgType=pgWikiAttachment&amp;ixAttachment=80516&amp;sFileName=static-content.png" alt="Static Content" /></p>