Glowworm27
Programmer
I was wondering,
Can you pass an exception to another page? can you store the exception in a session variable?
I am trying to create a generic Error page that will inform the user that an error occured, Write the error to a logfile, and send an email , I also want it to display the error too. and allow them to continue working.
I have tryed to use the custom errors redirect method, but it looses session state, so I can't store the error in session variables, So iv'e decidecd to create my own error handling routine.
George Oakes
Goakes@TiresPlus.com = Programmer
George@1-Specialday.com = Mobile DJ
Check out this awsome .Net Resource!
Can you pass an exception to another page? can you store the exception in a session variable?
I am trying to create a generic Error page that will inform the user that an error occured, Write the error to a logfile, and send an email , I also want it to display the error too. and allow them to continue working.
I have tryed to use the custom errors redirect method, but it looses session state, so I can't store the error in session variables, So iv'e decidecd to create my own error handling routine.
George Oakes
Goakes@TiresPlus.com = Programmer
George@1-Specialday.com = Mobile DJ
Check out this awsome .Net Resource!