V
VMI
I was told that you can add something to web.config so that I can see
any exception that pops out in my web application. In my case, the web
app captures almost every exception but displays a useless, generic
error for all of them. I don't want to modify any of that code, so I
want to add something that wil let me see all the errors (either on
screen or an ascii file) without having to modify any exception
handling code. I need this because the application generates an error
when I use it in the production environment.
Is this possible through web.config? If not, is there another way?
Thanks.
any exception that pops out in my web application. In my case, the web
app captures almost every exception but displays a useless, generic
error for all of them. I don't want to modify any of that code, so I
want to add something that wil let me see all the errors (either on
screen or an ascii file) without having to modify any exception
handling code. I need this because the application generates an error
when I use it in the production environment.
Is this possible through web.config? If not, is there another way?
Thanks.