Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > and in a similar vein the same goes for custom error redirection

Reply
Thread Tools

and in a similar vein the same goes for custom error redirection

 
 
rvj
Guest
Posts: n/a
 
      08-10-2008
3. does the use of custom errors such as invalid directory (404) etc have a
miminal impact on server resources or it is significant

4. ... and are there any easy ways to monitor/measure/compare ?


 
Reply With Quote
 
 
 
 
Anthony Jones
Guest
Posts: n/a
 
      08-10-2008

"rvj" <> wrote in message
news:%23p05aRt%...
> 3. does the use of custom errors such as invalid directory (404) etc have

a
> miminal impact on server resources or it is significant
>


Thats not easy to answer because

1. The question isn't that clear (when a 404 happens the server has to do
something anyway)
2. In normal circumstances errors would be rare hence performance impact
would not be a consideration


> 4. ... and are there any easy ways to monitor/measure/compare ?
>


Don't know of 'easy' ways, although your definition of 'easy' may differ
from mine.

Putting it all together you are considering sending images using a Custom
404 hack. Its much more expensive than allowing IIS to serve up the images
itself.


--
Anthony Jones - MVP ASP/ASP.NET


 
Reply With Quote
 
 
 
 
rvj
Guest
Posts: n/a
 
      08-10-2008

I was thinking in terms of having virtually having no directory structure
to speak of so virtually all requests would be via custom redirection to a
database or some other routing technology



"Anthony Jones" <> wrote in message
news:ugvdr8t%...
>
> "rvj" <> wrote in message
> news:%23p05aRt%...
>> 3. does the use of custom errors such as invalid directory (404) etc
>> have

> a
>> miminal impact on server resources or it is significant
>>

>
> Thats not easy to answer because
>
> 1. The question isn't that clear (when a 404 happens the server has to do
> something anyway)
> 2. In normal circumstances errors would be rare hence performance impact
> would not be a consideration
>
>
>> 4. ... and are there any easy ways to monitor/measure/compare ?
>>

>
> Don't know of 'easy' ways, although your definition of 'easy' may differ
> from mine.
>
> Putting it all together you are considering sending images using a Custom
> 404 hack. Its much more expensive than allowing IIS to serve up the
> images
> itself.
>
>
> --
> Anthony Jones - MVP ASP/ASP.NET
>
>



 
Reply With Quote
 
Anthony Jones
Guest
Posts: n/a
 
      08-10-2008
"rvj" <> wrote in message
news:eko1REu%...
>
> I was thinking in terms of having virtually having no directory structure
> to speak of so virtually all requests would be via custom redirection to

a
> database or some other routing technology
>
>



Funny that I've just this minute been discussing that in the iis group (see
subject ' custom 404 page headers problem' started by 'Simon')

Also in this group 'Detecting if modified since in Classic Asp' started by
'Simon'

However I don't need either of these threads to say: Don't do it, its just
plain mad.

At least not in this way (using the 404 hack).

Instead get yourself a freebie ISAPI URL rewriter and do it that way.



--
Anthony Jones - MVP ASP/ASP.NET


 
Reply With Quote
 
rvj
Guest
Posts: n/a
 
      08-10-2008
thanks for the advice

PS this is where I came in



"Anthony Jones" <> wrote in message
news:OMzzXpu%...
> "rvj" <> wrote in message
> news:eko1REu%...
>>
>> I was thinking in terms of having virtually having no directory
>> structure
>> to speak of so virtually all requests would be via custom redirection to

> a
>> database or some other routing technology
>>
>>

>
>
> Funny that I've just this minute been discussing that in the iis group
> (see
> subject ' custom 404 page headers problem' started by 'Simon')
>
> Also in this group 'Detecting if modified since in Classic Asp' started by
> 'Simon'
>
> However I don't need either of these threads to say: Don't do it, its
> just
> plain mad.
>
> At least not in this way (using the 404 hack).
>
> Instead get yourself a freebie ISAPI URL rewriter and do it that way.
>
>
>
> --
> Anthony Jones - MVP ASP/ASP.NET
>
>



 
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
Any similar Webcam broadcasting site similar to youtube Chaudhry Nijjhar Computer Support 0 02-19-2008 11:48 PM
Error With Bound Control Causes redirection to 404 Error page instead of displaying error Bishop ASP .Net 1 02-24-2007 09:42 PM
Need to create custom taglib similar to bean:message jason.stiles@gmail.com Java 4 02-03-2006 06:00 PM
test existence of a similar node with same key name bjam XML 0 06-08-2005 11:46 PM
CSS layouts in the vein of W3C Core Styles? Tristan Miller HTML 0 09-28-2003 08:22 PM



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