IIS 7 on Win 2008 R2 does not display images by default

Viewed 44640

I have some images hosted on the Default Web Site on IIS 7 but when i attempt to browse them IIS blocks the images. Help me please! ))

6 Answers

In my case the feature was already installed. What solved the problem was:

  1. Uncheck the Static Content checkbox under World Wide Web Services / Common Http Features, then restart the server
  2. Check the Static Content checkbox under World Wide Web Services / Common Http Features.
Related