Re: 303 redirection strategy for IIS

That's what this code does.  It intercepts the 404 at the server and returns
results depending on the redirect rules.

2009/7/9 Peter Krantz <peter.krantz@gmail.com>

> On Thu, Jul 9, 2009 at 12:27, Richard Light<richard@light.demon.co.uk>
> wrote:
>
> >
> > Attached is an IIS Active Server Page which handles 404 "page not found"
> > errors.  The logic is that since the abstract URLs/PSIs representing a
> > concept/subject do not have a corresponding page, they will end up here.
>
> This sounds interesting. Is it possible to prevent IIS to send the 404
> status code before continuing processing?
>
> Regards,
> Peter
>
>

Received on Thursday, 9 July 2009 21:04:47 UTC