302 Errors
Author
Discussion

TheGroover

Original Poster:

1,035 posts

293 months

Thursday 19th February 2004
quotequote all
Do any of you know of a way to trap 302 errors?
I have an issue whereby a user times out and is redirected to troubledefault.asp via IIS and I want to direct them to another page giving them some decent info. I cannot just redirect from default.asp as this could lead to problems if the site was actually down.
I can't set a custom http error in IIS for this error code, and I'm not on an apache server, so I can't use the nice config type file, whose name I can't remember, that you can place in the root of the website.

Any of you come across this and got around it?