From: rvj on
Im sure this is dead simple but

where do you find the URL causing the error ?

I am trying to catch bad directory references using IIS custom errors tab

It points to my error handler eg error404.asp

however when that executes Request("URL") it shows the address
of the error handler not the original address causing the problem

which variable holds the original URL?


From: rvj on

OK sorted!

had ignored querystring



"rvj" <rvj(a)rolemodels.net> wrote in message
news:ugLM%23dczIHA.4452(a)TK2MSFTNGP02.phx.gbl...
> Im sure this is dead simple but
>
> where do you find the URL causing the error ?
>
> I am trying to catch bad directory references using IIS custom errors tab
>
> It points to my error handler eg error404.asp
>
> however when that executes Request("URL") it shows the address
> of the error handler not the original address causing the problem
>
> which variable holds the original URL?
>