The problem:
I loaded a ASP.NET application on my Windows 7 IIS 7.5 installation. The code compiled fine but..
When I opened the website http://localhost/myapp it didnt show me any images or CSS. Only text on a blank page.
The solution for me was to install the “Static Content” support for IIS.
- Go to “Turn Windows features on or off”
- Select Internet Information Services
- Select World Wide Web Services
- And check Static Content
Hope it will help someone