09-02-2009, 08:02 PM
Are you able to capture the condition when a web application hangs ? If yes, In you failure reporting condition call the function to send email. For eg : End If
Code:
If err.Number <> 0 Then
Reporter.ReportEvent micfail " Error Captured", "Error Reporting"
Call SendMail() ' This will send the email when it reaches a failure reporting
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.