A
Arthur Dent
Hi. I have some code which traps application errors in my webapp, and emails
them to our development team.
I would like to do this though only when debug=false in the web.config.
In theory, if its in debug mode, we are working on it directly, and will see
the errors. When its not, its essentially in production mode, and errors
should be emailed to us.
How can i get out this setting?
Thanks in advance,
- Arthur.
them to our development team.
I would like to do this though only when debug=false in the web.config.
In theory, if its in debug mode, we are working on it directly, and will see
the errors. When its not, its essentially in production mode, and errors
should be emailed to us.
How can i get out this setting?
Thanks in advance,
- Arthur.