Is it possible and if, how?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Because of defining a custom search, I need to catch http error 404 (could
not be found) parameters and use those in my own custom error page. In my
host, only html elements are supported so I have to take this error in my
control before reaching IIS http error references.
thanks
 
Hi and Thanks fot the given URL, it was really usefull but not coverring what
I am lookin for. May be have to explain more:
When you look for a file or folder that is not available, you are surly
transfered to 404. If you have access to server side scripts you would be
able to retreive the parameters that you were looking for, also. In the host
that I am using no access for server sides in cusomizing 404 so I cannot
catch the parameter that has caused the problem for my search page. In C# I
can habdle page error or app error for customizing but couldn't find 404 to
handle.
Thanks again
 
Back
Top