Custom Errorpage

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
L

Lars Netzel

Hey!

I use a custom error page in my solution, ErrorPage.aspx. Which I have
styled so it goes well with the rest of the appliction... it's currently all
static...

Is there anyway in that page to actually access the error messages and
infroamtion given by the IIS? To at least give the user feedback (to forward
to the suport or something) on what page it was who gave the error and what
Rownumber in that page?

regards
/Lars
 
Lars,

If you'd like I've created an error handling object that displays and / or
emails errors. The full project is available on my website,
www.aboutfortunate.com, as v1.1 visual studio project. Everything on the
site is free. Even if you don't want to use the project as is you'll be able
to get some ideas from the code.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 
Back
Top