Web Can Save
Web Can Save

Reputation: 21

HTTP 403 - Image does not show in IE but shows in all other browsers

I have a asp.net 2.0 app. It is using its own application domain. My application has an image on the following page:

http://www.executivepoolandspa.com/default.aspx

There is an image on the following page on the bottom right which DOES NOT show in IE. But it shows in other browsers..

Here is the image: http://www.executivepoolandspa.com/dynamicdata/images/img258_CPOLogo.jpg

I am stuck. I changed the application pool in IIS7 windows server 2008 web edition to use network service identity but it is still not working.

I use my own CMS to upload this image. The image is saved to a folder.(dynamicdata/images).

Any suggestions.

Upvotes: 2

Views: 1060

Answers (2)

Brad
Brad

Reputation: 163234

Your image is in CYMK color space. Some browsers can load CMYK images, but many cannot, IE included. Convert it to RGB, and you're good to go. You can use Photoshop or GIMP for this.

Here is a converted version for you, resized to the size you need it:

CPO Certified

You shouldn't use 700k images on your site. That's a ton of bandwidth. This version is 14k.

Upvotes: 3

Chuck Morris
Chuck Morris

Reputation: 1148

Perhaps the file is corrupt. I had similar issue before.

Try downloading the file, opening it with your favorite picture editor (photoshop/paint/ifranview), then upping it back to the server. It did the trick for me.

Upvotes: 0

Related Questions