G
Guest
Hi,
when my web application throws an unhandled exception in debug mode I
redirect to an error page and show the error message and the stack trace.
The stack trace includes the name of the page that fell over.
When I get an error in release mode it doesn't show the name of the page.
Is there any way to get this information to show?
I know it isn't the ideal thing to show a user but it is an internal
application and the stacktrace will be hidden unless they click a link to
send that information to the support team. The user never sees the details
on the screen.
when my web application throws an unhandled exception in debug mode I
redirect to an error page and show the error message and the stack trace.
The stack trace includes the name of the page that fell over.
When I get an error in release mode it doesn't show the name of the page.
Is there any way to get this information to show?
I know it isn't the ideal thing to show a user but it is an internal
application and the stacktrace will be hidden unless they click a link to
send that information to the support team. The user never sees the details
on the screen.