Tonyg
06-25-2007, 02:35 AM
Hello.
I have the Club Starter Kit 2.0 running on discountASP.NET. I tried other isp's, but DASP was the only isp that i had zero problems withwhen installing the CSK.
I tested sending email from the website and get an error which is at the end of this post. I think it's because the email settings are not correct in the web.config. I need to know whatto put in these sections:
<appSettings>
<add key="ClubName" value="The Girgenti Web Site" />
<add key="ClubSlogan" value="The Web Site of the Girgenti Family From Camden, NJ" />
<add key="ClubAddress" value="606 Lakeside Park, Southampton, PA 18966-4000" />
<add key="ClubCopyright" value="Copyright 2007 The Girgenti Web Site. All Rights Reserved." />
<add key="ClubURL" value="http://www.girgenti.info/" />
<add key="ClubMailServer" value="mail.club.com" />
<add key="ClubMailUsername" value="admin@club.com" />
<add key="ClubMailPassword" value="password" />
<add key="ReportContentUpdate" value="false" />
<add key="WebMaster" value="webmaster@clubsite.com" />
<add key="FCKeditor:UserFilesPath" value="~/Files/"/>
<add key="FCKeditor:BasePath" value="~/FCKeditor/editor"/>
</appSettings>
<system.net>
<mailSettings>
<smtp from="club@club.com">
<network host="localhost" port="25" password="clubpassword" userName="club@club.com" />
</smtp>
</mailSettings>
</system.net>
Do i need to sign up for an email account on DASP?
Any help would be gratefully appreciated.
Thanks,
Tony
Server Error in '/GirgentiWebSite' Application.
--------------------------------------------------------------------------------
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
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 connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Source Error:
Line 76: smtp.UseDefaultCredentials = False
Line 77: smtp.Credentials = a
Line 78: smtp.Send(msgMail)
Line 79: Response.Redirect("~/default.aspx")
Line 80: End Sub
Source File: C:\Documents and Settings\Administrator.TONYDELL\My Documents\Visual Studio 2005\WebSites\GirgentiWebSite\Admin\Email.aspx.vb Line: 78
I have the Club Starter Kit 2.0 running on discountASP.NET. I tried other isp's, but DASP was the only isp that i had zero problems withwhen installing the CSK.
I tested sending email from the website and get an error which is at the end of this post. I think it's because the email settings are not correct in the web.config. I need to know whatto put in these sections:
<appSettings>
<add key="ClubName" value="The Girgenti Web Site" />
<add key="ClubSlogan" value="The Web Site of the Girgenti Family From Camden, NJ" />
<add key="ClubAddress" value="606 Lakeside Park, Southampton, PA 18966-4000" />
<add key="ClubCopyright" value="Copyright 2007 The Girgenti Web Site. All Rights Reserved." />
<add key="ClubURL" value="http://www.girgenti.info/" />
<add key="ClubMailServer" value="mail.club.com" />
<add key="ClubMailUsername" value="admin@club.com" />
<add key="ClubMailPassword" value="password" />
<add key="ReportContentUpdate" value="false" />
<add key="WebMaster" value="webmaster@clubsite.com" />
<add key="FCKeditor:UserFilesPath" value="~/Files/"/>
<add key="FCKeditor:BasePath" value="~/FCKeditor/editor"/>
</appSettings>
<system.net>
<mailSettings>
<smtp from="club@club.com">
<network host="localhost" port="25" password="clubpassword" userName="club@club.com" />
</smtp>
</mailSettings>
</system.net>
Do i need to sign up for an email account on DASP?
Any help would be gratefully appreciated.
Thanks,
Tony
Server Error in '/GirgentiWebSite' Application.
--------------------------------------------------------------------------------
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
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 connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Source Error:
Line 76: smtp.UseDefaultCredentials = False
Line 77: smtp.Credentials = a
Line 78: smtp.Send(msgMail)
Line 79: Response.Redirect("~/default.aspx")
Line 80: End Sub
Source File: C:\Documents and Settings\Administrator.TONYDELL\My Documents\Visual Studio 2005\WebSites\GirgentiWebSite\Admin\Email.aspx.vb Line: 78