vote up 2 vote down star
4

Hello guys....

I have a full system working in IIS 5.1 ... I migrated to IIS 7.0 with pipeline mode classic all works fine, but with pipeline Integrated my images/css are not loaded...

I´m using ASP.NET 3.5 with a Web Application...

Any help?

flag

Can you clarify "not loaded"? Is it 404, a 500, a permissions error, etc? – Portman Apr 29 at 1:52
No error at all... Simply the images dont appear... – Paul Apr 29 at 18:33

3 Answers

vote up 1 vote down check

In IIS 7 when you install the ASP.NET modules, static content is not installed by default. You will need to go into programs and features, then "Turn windows features on or off".

Under IIS section, drill down into WWW services, Common Http features, and check "Static Content".

Without that css, images, html, and other non-dynamic content will not show up.

link|flag
vote up 0 vote down

You can use some HTTP sniffing tool (Firebug or Fiddler) and check for failing requests. If you find such requests you can inspect the error message returned by the server.

link|flag
vote up 0 vote down

I checked -WWW services, Common Http features, and "Static Content". Static Copntent is checked . Still images are not loading.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.