ASP.net custom error page
Posted
by c11ada
on Stack Overflow
See other posts from Stack Overflow
or by c11ada
Published on 2010-03-26T01:42:15Z
Indexed on
2010/03/26
2:03 UTC
Read the original article
Hit count: 561
hey all,
im trying to implement a custom error page, what i want to be able to do is have a single generic error page which can display the error which occurred or other information (custom error message). when a error occurs on the website, the user should be directed to this page which shows the error message.
so for example if i had a page which was trying to update something to a database, but something went wrong, i should be redirected to the error page which will have some custom text like something like " there has been an error with bla bla bla ... please contact administrator".
hope this makes sense
thanks
© Stack Overflow or respective owner