How do you append a QueryString to the DefaultRediret?

  • Thread starter Thread starter Rhino
  • Start date Start date
R

Rhino

I have an error procedure that handles all errors produced by my
application. This procedure is responsible for logging the error
information in my SQL database. I have modifed the DefaultRedirect in the
web.config to display a custom error page to my users. Once the error
information has been written to my database, I want to pass the ErrorID
(from my database) to my custom error page so that the error information can
be retrieved and displayed to my users. Is this possible?

Thanks,

Rhino
 
Back
Top