Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Jpg & Gif images are not being displayed however Png image are on a new install of IIS 7.5

install
usage
web-app

I have this problem in 2008 R2 server using IIS7.5.

Jpg & Gif images are not being displayed however PNG image are. All images are in the same folder.

All images have the same permissions.

Using Window Authentication (Active Directory)

This is a Gemini application using .Net 2.0 with Integrated Pipeline mode

Static Content are installed under Common Http features

Also in my application - extension with its mime type already exists.

This is the second website on the server (not the default website)

Instead of the image it is showed a big red X.

This application works fine on the old 2003 IIS 6 server.

Gemini Images.PNG ]
DBS
· 1
DBS
Replies (4)
helpful
0
not helpful

Did you copy the images using shared folder? Did you check the individual image permissions? What happens if you navigate directly to the image in a browser?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I extacted the zip folder directly into the new web folder. When I go to the browser and type in http://site/images/filename.gif I get a 404 error When I type in http://site/images/filename.png the image appears.


DBS
· 1
DBS
helpful
0
not helpful

Yes, but the zip has its own permissions when using win 2008. As you can see IIS doesn't serve those at all. Did you try setting explicit permissions on those images (everyone)?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful
ANSWER

The permissions are all set correctly. The problem I just discovered is that the page is calling for the wrong file extention. When I looked at the properties of the broken image it would be something like TypeBug.png and in the folder was an image called TypeBug.jpg or gif. I renamed the images to match the properties of the broken images and all is good now.


DBS
· 1
DBS