I am trying to submit a death and keep getting this:
Server Error in '/' Application.
Service not available, closing transmission channel. The server response was: Session timout, closing transmission channel
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Mail.SmtpException: Service not available, closing transmission channel. The server response was: Session timout, closing transmission channel
Source Error:
Line 35:
Line 36: SmtpClient mailClient = new SmtpClient();
Line 37: mailClient.Send(message);
Line 38:
Line 39: }
Source File: c:\websites\mydeathspace.com\submission.aspx.cs&nb sp; Line: 37
Stack Trace:
[SmtpException: Service not available, closing transmission channel. The server response was: Session timout, closing transmission channel]
System.Net.Mail.MailCommand.CheckResponse(SmtpStat usCode statusCode, String response) +881192
System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) +39
System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) +95
System.Net.Mail.SmtpClient.Send(MailMessage message) +2004
submission.btnSubmit_Click(Object sender, EventArgs e) in c:\websites\mydeathspace.com\submission.aspx.cs:37
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433




Reply With Quote



