Global.asax

G

Gomathi

hi all,

I want to send mail during my application crashes.
I wrote my method in application_end event in global.asax.
Its working fine when i'm running through visualstudio.net.
When i tried by stopping my IIS server, it doesnt work.
Where i have to write my method to get fire when my application get crashes?

Thanks in advance.

Regards,
Gomathi
 
S

Scott M.

If the application crashes, how could it process your code?

Application_End won't run at all if the application crashes unexpectedly.
Instead, you should put all tenuous code in Try...End Try blocks and you can
send your email in the Catch sections (or call a routine that sends the
email from the Catch blocks).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,111
Latest member
KetoBurn
Top