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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top