E
Eric Layman
Hi everyone,
Currently Im using Global.asax.vb to capture any errors and to send them via email to me.
But I didn't get any emails when I purposely crash the web application.
May I know what I am missing here?
I've copied (shamelessly) the script from here:
http://easerve.com/developer/tutorials/asp-net-tutorials-global-error-handling.aspx
(I changed the email address of course)
And my web.config's customerror mode is set to "Off"
Do I need any special config on my IIS?
Please advise
Regards,
Currently Im using Global.asax.vb to capture any errors and to send them via email to me.
But I didn't get any emails when I purposely crash the web application.
May I know what I am missing here?
I've copied (shamelessly) the script from here:
http://easerve.com/developer/tutorials/asp-net-tutorials-global-error-handling.aspx
(I changed the email address of course)
And my web.config's customerror mode is set to "Off"
Do I need any special config on my IIS?
Please advise
Regards,