No connection could be made because the target machine actively refused it 127.0.0.1:25 Description: An unhandled exception occurred during the execution of the current web request. Check the stack trace for more information about the error and where it appeared in the code.
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be determined using the exception stack trace below.
Stack trace:
[SocketException (0x274d): No connection can be made because the target machine actively refused it 127.0.0.1:25] System.Net.Sockets.Socket.DoConnect (EndPoint endPointSnapshot, SocketAddress socketAddress) +239
System.Net.Sockets.Socket.InternalConnect (EndPoint remoteEP) +35
System.Net.ServicePoint.ConnectSocketInternal (Boolean connectFailure, Socket s4, Socket s6, Socket & amp; socket, IPAddress & address, ConnectSocketState status, IAsyncResult asyncResult, Int32 timeout, exception and amp; exception) +224
[WebException: unable to connect to remote server]
System.Net.ServicePoint.GetConnection (PooledStream PooledStream, object owner, Boolean async, IPAddress & address, Socket & abortSocket, Socket & abortSocket6, Int32 timeout) +5483819
System.Net.PooledStream.Activate (OwningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) +202
System.Net.PooledStream.Activate (Object owningObject, GeneralAsyncDelegate asyncCallback) +21
System.Net.ConnectionPool.GetConnection (object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) +332 System.Net.Mail.SmtpConnection.GetConnection (String host, port Int32) +160
System.Net.Mail.SmtpTransport.GetConnection (String host, Int32 port) +159
System.Net.Mail.SmtpClient.GetConnection () +35 System.Net.Mail.SmtpClient.Send (MailMessage message) +1213
[SmtpException: failure to send mail.] System.Net.Mail.SmtpClient.Send (MailMessage message) +1531
Checkout.btnSend_Click (object sender, EventArgs e) +2675
System.Web.UI.WebControls.Button.OnClick (EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent (String eventArgument) +110
I cannot send email in live mode, but it works in my local mode.
Please help me guys.
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent (NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Version Information: Microsoft.NET Framework Version: 2.0.50727.3615; ASP.NET Version: 2.0.50727.3618
here is my c # code ..