Images are not loading using IIS 7

I am creating a new web server and I am redistributing an ASP.Net site that works fine in IIS6

Unfortunately, none of the images are loading (I get 404s on them). The images are in the correct folder and I can even navigate well through the pages on the site.

any suggestions?

+3


source to share


3 answers


could be a problem with your handlers.



http://gurustop.net/blog/2009/10/12/funny-problem-windows-7-iis-7-5-images-css-not-showing/

+6


source


If you try to view the image using a browser, will you get the image?



+1


source


Give IUSR

read access to the directory.

Remember, I am building this server from scratch. Its hard to believe that it was not configured as some kind of default.

to do justice to it, this link helped me: (I didnt touch application pools in my case)

http://forums.asp.net/post/3738818.aspx

0


source







All Articles