We have a .net app that will put errors in the event viewer of the windows server ti resides on. What is the best way to get notified for this error. Thanks.
here is the error
Log Name: Application
Source: ASP.NET 4.0.30319.0
Date: 4/22/2014 12:56:18 PM
Event ID: 1309
Task Category: Web Event
Level: Warning
Keywords: Classic
User: N/A
Computer: ftp
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Exception message: The transport failed to connect to the server.
at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
at NA.Util.SendHTML2Mail(String SendTo, String SentFrom, String TextBody, String HTMLBody, String Subject) in Q:\inetpub\wwwroot\ftp_scic_com\LogOnSection\App_Code\Util.vb:line 84
at NA.UpdateInfo.Update_Click(Object sender, EventArgs e) in Q:\inetpub\wwwroot\ftp_scic_com\LogOnSection\UpdatePersonalInfo\UpdateInfo.aspx.vb:line 307
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Stack trace: at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
at NA.Util.SendHTML2Mail(String SendTo, String SentFrom, String TextBody, String HTMLBody, String Subject) in Q:\inetpub\wwwroot\ftp_scic_com\LogOnSection\App_Code\Util.vb:line 84
at NA.UpdateInfo.Update_Click(Object sender, EventArgs e) in Q:\inetpub\wwwroot\ftp_scic_com\LogOnSection\UpdatePersonalInfo\UpdateInfo.aspx.vb:line 307
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
<Data>The transport failed to connect to the server.
at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
at NA.Util.SendHTML2Mail(String SendTo, String SentFrom, String TextBody, String HTMLBody, String Subject) in Q:\inetpub\wwwroot\ftp_scic_com\LogOnSection\App_Code\Util.vb:line 84
at NA.UpdateInfo.Update_Click(Object sender, EventArgs e) in Q:\inetpub\wwwroot\ftp_scic_com\LogOnSection\UpdatePersonalInfo\UpdateInfo.aspx.vb:line 307
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
<Data> at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
at NA.Util.SendHTML2Mail(String SendTo, String SentFrom, String TextBody, String HTMLBody, String Subject) in Q:\inetpub\wwwroot\ftp_scic_com\LogOnSection\App_Code\Util.vb:line 84
at NA.UpdateInfo.Update_Click(Object sender, EventArgs e) in Q:\inetpub\wwwroot\ftp_scic_com\LogOnSection\UpdatePersonalInfo\UpdateInfo.aspx.vb:line 307
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)