I have a simple web site (just a few pages) running on my computer (IIS in
WinXP Pro), on which is a table where a cell uses a .JPG file as a
background. Locally, the .JPG file displays exactly as intended.

But over the Internet, the .JPGs will not display. If I change them to
.GIFs, they display fine (so it's not a relative directory problem).

Anyone know why that is?

Thanks.

Re: Cannot display .JPGs... by Kristofer

Kristofer
Mon Jun 20 01:53:57 CDT 2005

Hello,

Please take a look in the log files (C:\Windows\System32\LogFiles) and see
if there are any requests for these jpg-files.

Do you have ZoneAlarm installed on this machine? Some version(s) causes
problems with serving files with IIS.


--
Regards,
Kristofer Gafvert (IIS MVP)
www.gafvert.info - My Articles and help
www.ilopia.com


Tim Green wrote:

> I have a simple web site (just a few pages) running on my computer (IIS
in WinXP Pro), on which is a table where a cell uses a .JPG file as a
background. Locally, the .JPG file displays exactly as intended.
>
> But over the Internet, the .JPGs will not display. If I change them to
.GIFs, they display fine (so it's not a relative directory problem).
>
> Anyone know why that is?
>
> Thanks.

Re: Cannot display .JPGs... by Tim

Tim
Mon Jun 20 06:06:29 CDT 2005

I looked in the log file, and all references to the JPG files are followed
by 401 (not sure what that means, but they *are* in the same directory as
the GIFs that display correctly).

I do have ZoneAlarm, but it's not running when I'm accessing the site by
Internet.

Thanks.


"Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
news:xn0e3pvi22d4u6x000@news.microsoft.com...
> Hello,
>
> Please take a look in the log files (C:\Windows\System32\LogFiles) and see
> if there are any requests for these jpg-files.
>
> Do you have ZoneAlarm installed on this machine? Some version(s) causes
> problems with serving files with IIS.
>
>
> --
> Regards,
> Kristofer Gafvert (IIS MVP)
> www.gafvert.info - My Articles and help
> www.ilopia.com
>
>
> Tim Green wrote:
>
>> I have a simple web site (just a few pages) running on my computer (IIS
> in WinXP Pro), on which is a table where a cell uses a .JPG file as a
> background. Locally, the .JPG file displays exactly as intended.
>>
>> But over the Internet, the .JPGs will not display. If I change them to
> .GIFs, they display fine (so it's not a relative directory problem).
>>
>> Anyone know why that is?
>>
>> Thanks.



Re: Cannot display .JPGs... by Kristofer

Kristofer
Mon Jun 20 07:42:50 CDT 2005

401 means "Unathorized". If you browse the image directly (
http://site/image.jpg ), do you get any additional information?

Check the NTFS settings on the files. Maybe the anonymous user account (if
used) does not have read access?


--
Regards,
Kristofer Gafvert (IIS MVP)
www.gafvert.info - My Articles and help
www.ilopia.com


Tim Green wrote:

> I looked in the log file, and all references to the JPG files are
followed by 401 (not sure what that means, but they are in the same
directory as the GIFs that display correctly).
>
> I do have ZoneAlarm, but it's not running when I'm accessing the site by
Internet.
>
> Thanks.
>
>
> "Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
news:xn0e3pvi22d4u6x000@news.microsoft.com...
> > Hello,
> >
> > Please take a look in the log files (C:\Windows\System32\LogFiles) and
see > if there are any requests for these jpg-files.
> >
> > Do you have ZoneAlarm installed on this machine? Some version(s)
causes > problems with serving files with IIS.
> >
> >
> > -- > Regards,
> > Kristofer Gafvert (IIS MVP)
> > www.gafvert.info - My Articles and help
> > www.ilopia.com
> >
> >
> > Tim Green wrote:
> >
> >> I have a simple web site (just a few pages) running on my computer
(IIS
> > in WinXP Pro), on which is a table where a cell uses a .JPG file as a
> background. Locally, the .JPG file displays exactly as intended.
> > >
> >> But over the Internet, the .JPGs will not display. If I change them to
> > .GIFs, they display fine (so it's not a relative directory problem).
> > >
> >> Anyone know why that is?
> > >
> >> Thanks.

Re: Cannot display .JPGs... by jeff

jeff
Mon Jun 20 22:47:23 CDT 2005

On Sun, 19 Jun 2005 20:08:21 -0400, "Tim Green"
<strawblond@sympatico.ca> wrote:

>I have a simple web site (just a few pages) running on my computer (IIS in
>WinXP Pro), on which is a table where a cell uses a .JPG file as a
>background. Locally, the .JPG file displays exactly as intended.
>
>But over the Internet, the .JPGs will not display. If I change them to
>.GIFs, they display fine (so it's not a relative directory problem).
>
>Anyone know why that is?

There used to be a buggy version of one of the firewall programs that
caused this. If you have a personal firewall on this, other than the
Windows one, try disabling it.

Jeff

Re: Cannot display .JPGs... by Tim

Tim
Tue Jun 21 19:34:38 CDT 2005

Hi,

Well, checking the Security tab in the Properties of the .JPG files, I found
that they were missing three Group or Usernames (which exist on the GIF
files I *can* see):

Users
Launch IIS Process Account
Internet Guest Account

I copied others into the website root and they received the appropriate
permissions, above. But when I place another copy of the original JPGs
(overwriting the existing ones), they do not receive the permissions.

Any idea why that might be?

Thanks.


"Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
news:xn0e3q4pi2pli8k001@news.microsoft.com...
> 401 means "Unathorized". If you browse the image directly (
> http://site/image.jpg ), do you get any additional information?
>
> Check the NTFS settings on the files. Maybe the anonymous user account (if
> used) does not have read access?
>
>
> --
> Regards,
> Kristofer Gafvert (IIS MVP)
> www.gafvert.info - My Articles and help
> www.ilopia.com
>
>
> Tim Green wrote:
>
>> I looked in the log file, and all references to the JPG files are
> followed by 401 (not sure what that means, but they are in the same
> directory as the GIFs that display correctly).
>>
>> I do have ZoneAlarm, but it's not running when I'm accessing the site by
> Internet.
>>
>> Thanks.
>>
>>
>> "Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
> news:xn0e3pvi22d4u6x000@news.microsoft.com...
>> > Hello,
>> >
>> > Please take a look in the log files (C:\Windows\System32\LogFiles) and
> see > if there are any requests for these jpg-files.
>> >
>> > Do you have ZoneAlarm installed on this machine? Some version(s)
> causes > problems with serving files with IIS.
>> >
>> >
>> > -- > Regards,
>> > Kristofer Gafvert (IIS MVP)
>> > www.gafvert.info - My Articles and help
>> > www.ilopia.com
>> >
>> >
>> > Tim Green wrote:
>> >
>> >> I have a simple web site (just a few pages) running on my computer
> (IIS
>> > in WinXP Pro), on which is a table where a cell uses a .JPG file as a
>> background. Locally, the .JPG file displays exactly as intended.
>> > >
>> >> But over the Internet, the .JPGs will not display. If I change them to
>> > .GIFs, they display fine (so it's not a relative directory problem).
>> > >
>> >> Anyone know why that is?
>> > >
>> >> Thanks.



Re: Cannot display .JPGs... by Tim

Tim
Tue Jun 21 19:36:52 CDT 2005

Also,

I discover that if I delete the original files from the web folder, *then*
copy the files back in, they *do* receive the permissions.

Must have been something I did out of order at the start... (I'm guessing).

- Tim

"Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
news:xn0e3q4pi2pli8k001@news.microsoft.com...
> 401 means "Unathorized". If you browse the image directly (
> http://site/image.jpg ), do you get any additional information?
>
> Check the NTFS settings on the files. Maybe the anonymous user account (if
> used) does not have read access?
>
>
> --
> Regards,
> Kristofer Gafvert (IIS MVP)
> www.gafvert.info - My Articles and help
> www.ilopia.com
>
>
> Tim Green wrote:
>
>> I looked in the log file, and all references to the JPG files are
> followed by 401 (not sure what that means, but they are in the same
> directory as the GIFs that display correctly).
>>
>> I do have ZoneAlarm, but it's not running when I'm accessing the site by
> Internet.
>>
>> Thanks.
>>
>>
>> "Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
> news:xn0e3pvi22d4u6x000@news.microsoft.com...
>> > Hello,
>> >
>> > Please take a look in the log files (C:\Windows\System32\LogFiles) and
> see > if there are any requests for these jpg-files.
>> >
>> > Do you have ZoneAlarm installed on this machine? Some version(s)
> causes > problems with serving files with IIS.
>> >
>> >
>> > -- > Regards,
>> > Kristofer Gafvert (IIS MVP)
>> > www.gafvert.info - My Articles and help
>> > www.ilopia.com
>> >
>> >
>> > Tim Green wrote:
>> >
>> >> I have a simple web site (just a few pages) running on my computer
> (IIS
>> > in WinXP Pro), on which is a table where a cell uses a .JPG file as a
>> background. Locally, the .JPG file displays exactly as intended.
>> > >
>> >> But over the Internet, the .JPGs will not display. If I change them to
>> > .GIFs, they display fine (so it's not a relative directory problem).
>> > >
>> >> Anyone know why that is?
>> > >
>> >> Thanks.



Re: Cannot display .JPGs... by Kristofer

Kristofer
Wed Jun 22 00:24:07 CDT 2005

I dont know what happened. That is a file system issue.

So it is working now?


--
Regards,
Kristofer Gafvert (IIS MVP)
www.gafvert.info - My Articles and help
www.ilopia.com


Tim Green wrote:

> Also,
>
> I discover that if I delete the original files from the web folder, then
copy the files back in, they do receive the permissions.
>
> Must have been something I did out of order at the start... (I'm
guessing).
>
> - Tim
>
> "Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
news:xn0e3q4pi2pli8k001@news.microsoft.com...
> > 401 means "Unathorized". If you browse the image directly ( >
http://site/image.jpg ), do you get any additional information?
> >
> > Check the NTFS settings on the files. Maybe the anonymous user account
(if > used) does not have read access?
> >
> >
> > -- > Regards,
> > Kristofer Gafvert (IIS MVP)
> > www.gafvert.info - My Articles and help
> > www.ilopia.com
> >
> >
> > Tim Green wrote:
> >
> >> I looked in the log file, and all references to the JPG files are
> > followed by 401 (not sure what that means, but they are in the same >
directory as the GIFs that display correctly).
> > >
> >> I do have ZoneAlarm, but it's not running when I'm accessing the site
by
> > Internet.
> > >
> >> Thanks.
> > >
> > >
> >> "Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
> > news:xn0e3pvi22d4u6x000@news.microsoft.com...
> >> > Hello,
> >> >
> >> > Please take a look in the log files (C:\Windows\System32\LogFiles)
and
> > see > if there are any requests for these jpg-files.
> >> >
> >> > Do you have ZoneAlarm installed on this machine? Some version(s)
> > causes > problems with serving files with IIS.
> >> >
> >> >
> >> > -- > Regards,
> >> > Kristofer Gafvert (IIS MVP)
> >> > www.gafvert.info - My Articles and help
> >> > www.ilopia.com
> >> >
> >> >
> >> > Tim Green wrote:
> >> >
> >> >> I have a simple web site (just a few pages) running on my computer
> > (IIS
> >> > in WinXP Pro), on which is a table where a cell uses a .JPG file as
a
> >> background. Locally, the .JPG file displays exactly as intended.
> >> > >
> >> >> But over the Internet, the .JPGs will not display. If I change
them to
> >> > .GIFs, they display fine (so it's not a relative directory problem).
> >> > >
> >> >> Anyone know why that is?
> >> > >
> >> >> Thanks.

Re: Cannot display .JPGs... by Tim

Tim
Wed Jun 22 15:38:49 CDT 2005

Yes.

Thanks to all for taking the time to consider the problem.

- Tim

"Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
news:xn0e3smbl54t169002@news.microsoft.com...
>I dont know what happened. That is a file system issue.
>
> So it is working now?
>
>
> --
> Regards,
> Kristofer Gafvert (IIS MVP)
> www.gafvert.info - My Articles and help
> www.ilopia.com
>
>
> Tim Green wrote:
>
>> Also,
>>
>> I discover that if I delete the original files from the web folder, then
> copy the files back in, they do receive the permissions.
>>
>> Must have been something I did out of order at the start... (I'm
> guessing).
>>
>> - Tim
>>
>> "Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
> news:xn0e3q4pi2pli8k001@news.microsoft.com...
>> > 401 means "Unathorized". If you browse the image directly ( >
> http://site/image.jpg ), do you get any additional information?
>> >
>> > Check the NTFS settings on the files. Maybe the anonymous user account
> (if > used) does not have read access?
>> >
>> >
>> > -- > Regards,
>> > Kristofer Gafvert (IIS MVP)
>> > www.gafvert.info - My Articles and help
>> > www.ilopia.com
>> >
>> >
>> > Tim Green wrote:
>> >
>> >> I looked in the log file, and all references to the JPG files are
>> > followed by 401 (not sure what that means, but they are in the same >
> directory as the GIFs that display correctly).
>> > >
>> >> I do have ZoneAlarm, but it's not running when I'm accessing the site
> by
>> > Internet.
>> > >
>> >> Thanks.
>> > >
>> > >
>> >> "Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
>> > news:xn0e3pvi22d4u6x000@news.microsoft.com...
>> >> > Hello,
>> >> >
>> >> > Please take a look in the log files (C:\Windows\System32\LogFiles)
> and
>> > see > if there are any requests for these jpg-files.
>> >> >
>> >> > Do you have ZoneAlarm installed on this machine? Some version(s)
>> > causes > problems with serving files with IIS.
>> >> >
>> >> >
>> >> > -- > Regards,
>> >> > Kristofer Gafvert (IIS MVP)
>> >> > www.gafvert.info - My Articles and help
>> >> > www.ilopia.com
>> >> >
>> >> >
>> >> > Tim Green wrote:
>> >> >
>> >> >> I have a simple web site (just a few pages) running on my computer
>> > (IIS
>> >> > in WinXP Pro), on which is a table where a cell uses a .JPG file as
> a
>> >> background. Locally, the .JPG file displays exactly as intended.
>> >> > >
>> >> >> But over the Internet, the .JPGs will not display. If I change
> them to
>> >> > .GIFs, they display fine (so it's not a relative directory problem).
>> >> > >
>> >> >> Anyone know why that is?
>> >> > >
>> >> >> Thanks.