Problem with the contact form page. Displays below Once you click the send button .
A socket operation was attempted to an unreachable host 74.125.193.108:587
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.Sockets.SocketException: A socket operation was attempted to an unreachable host 74.125.193.108:587
Source Error:
Line 32: smtp.Credentials = NetworkCred;
Line 33: smtp.Port = 587;
Line 34: smtp.Send(mm);
Line 35: lblMessage.Text = "Email Sent SucessFully.";
Line 36:
Source File: d:\hshome\c311399\onthegoventuresng.org\Contact.aspx.cs Line: 34