Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > IIS 5 and personalized error pages

Reply
Thread Tools

IIS 5 and personalized error pages

 
 
LordMax
Guest
Posts: n/a
 
      07-11-2006
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

 
Reply With Quote
 
 
 
 
Anthony Jones
Guest
Posts: n/a
 
      07-12-2006

"LordMax" <> wrote in message
news: oups.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.

> Thanks
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Announcing LetterPrints - Unique and Personalized photo gifts. Letter Digital Photography 1 10-28-2009 06:15 AM
Personalized Homepage and Cookies Tommy122 Computer Support 1 08-09-2007 05:14 PM
Developing/Deploying a site that has personalized pages theBlindRef ASP .Net 1 11-21-2006 09:21 AM
build a personalized link on a datagrid Luis E Valencia ASP .Net 2 05-27-2004 03:34 PM
How to handle personalized events of a class in a web form? Roberto López ASP .Net 3 08-01-2003 11:27 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57