Global.asax
Hi,
I have deployed my asp.net application on webserver and i have a code in application_error in global.asax which sends email.
the email part works fine in the development server but when i deploy it the email is not sent...
i guess global.asax events are not executed...
please let me know why...
Thank You.
|