Home All Groups Group Topic Archive Search About

IIS 5 and personalized error pages



Author
11 Jul 2006 3:08 PM
LordMax
Hi to all.

I have a problem with personalization of error pages.
I hav'n't find a way to insert an image in the 403-9 page (too many
users)

There's some way?

Thanks

Author
12 Jul 2006 12:04 PM
Anthony Jones
"LordMax" <lord***@gmail.com> wrote in message
news:1152630515.457721.281870@m79g2000cwm.googlegroups.com...
> Hi to all.
>
> I have a problem with personalization of error pages.
> I hav'n't find a way to insert an image in the 403-9 page (too many
> users)
>
> There's some way?
>

You can if you host the image on another server.

If you think about it if there are currently too many users then any request
for a resource (including the resulting request for the image) will result
in 403-9 error.

One other alternative is to place the image in a page commonly visited (like
a logon page) with a style="display:none".  And set Expiry control for the
image to never expires. (It may also be good to specify an extensive period
for IE's pre-check Cache-Control header value.)

When a 403-9 is hit the request for the img has a good probability of being
satisifed by the local cache.

Show quote
> Thanks
>

AddThis Social Bookmark Button