25

After a clean re-installation of my Windows 7 system, I can't get IIS 7 to properly deliver any static content. Dynmic content (ASPX pages and content served by ASP.NET MVC controllers) works fine, but static files such as CSS, Javascript and Images give me a 200 OK status code and a Content-Length of 0.

The problem occurs with all web sites on my server, even a brandnew ASP:NET MVC template project with no changes. It also occurs with both Firefox and IE 8.

What could possibly be the problem?

Note that I also installed the latest Windows Azure SDK, perhaps that messed up some settings. But I don't know how to proceed with for troubleshooting this.

Adrian Grigore
  • 1,072
  • 3
  • 21
  • 34

1 Answers1

41

Check your "Windows Features" for

Internet Information Services > WWW Services > Common HTTP Features > Static Content

IIS HTTP static content

splattne
  • 28,508
  • 20
  • 98
  • 148