pass extra info to error page

  • Thread starter Thread starter Invalidlastname
  • Start date Start date
I

Invalidlastname

Hi,
I used ExceptionManagment Applicationblock in global.asax to log asp.net application errors. I assigned each error an ID in global.asax, and I want to pass this ID to the error page so the user can use this ID as a trouble ticket number for requesting assistance. I am wondering if there is any way to pass this kind of information from global.asax to custom error page in asp.net

Thanks

ILN
 
probably the easiest way available to you is using session object.
Hi,
I used ExceptionManagment Applicationblock in global.asax to log asp.net
application errors. I assigned each error an ID in global.asax, and I want
to pass this ID to the error page so the user can use this ID as a trouble
ticket number for requesting assistance. I am wondering if there is any way
to pass this kind of information from global.asax to custom error page in
asp.net

Thanks

ILN
 

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