And I'm sure we all would like to know the real meaning of life. And why women are so unpredictable. And is there intelligent (or even stupid) life beyond Earth. And so on.. Don't get me started.
On Jan 7, 1:24 pm, Kris-I <[email protected]> wrote: > Hello, > > I have this in my web.config > > <customErrors defaultRedirect="~/Errors/ErrorPage1.aspx" mode="RemoteOnly"> > <error statusCode="404" redirect="~/Errors/ErrorPage2.aspx"/> > <error statusCode="500" redirect="~/Errors/ErrorPage1.aspx"/> > </customErrors> > > I'd like to know when I arrive in page ErrorPage1 or ErrorPage2 the cause of > this error. Then I'd like to know If I can get the HTTP_REFER on this page, > and put only on these pages debugging info. > > Regards,
