http://acss.alleg.net/CreateUser.aspx error

User-to-user help and troubleshooting.
Post Reply
Bodhammer
Posts: 7
Joined: Sun Apr 26, 2009 4:50 pm
Location: Albuquerque

Post by Bodhammer »

Hi all, back to Allegiance after a loooong hiatus. I created a new user on http://acss.alleg.net and got the below error. It did actually create the account.


Server Error in '/' Application.
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at
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: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at]
System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) +1071003
System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) +41
System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) +101
System.Net.Mail.SmtpClient.Send(MailMessage message) +1480
Allegiance.CommunitySecuritySystem.Common.Utility.MailManager.SendMailMessage(Ma
ilMessage mailMessage) in C:\Source\Allegiance\CSS\Server\Allegiance.CommunitySecuritySystem.Common\Utility\MailManager.cs:34
Allegiance.CommunitySecuritySystem.DataAccess.MembershipProviders.CssMembershipP
rovider.SendWelcomeEmail(MembershipUser membershipUser) in C:\Source\Allegiance\CSS\Data\Allegiance.CommunitySecuritySystem.DataAccess\MembershipProviders\CssMembershipProvider.cs:189
Allegiance.CommunitySecuritySystem.DataAccess.MembershipProviders.CssMembershipP
rovider.CreateUser(String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status) in C:\Source\Allegiance\CSS\Data\Allegiance.CommunitySecuritySystem.DataAccess\MembershipProviders\CssMembershipProvider.cs:139
System.Web.UI.WebControls.CreateUserWizard.AttemptCreateUser() +318
System.Web.UI.WebControls.CreateUserWizard.OnNextButtonClick(WizardNavigationEve
ntArgs e) +102
System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) +418
System.Web.UI.WebControls.CreateUserWizard.OnBubbleEvent(Object source, EventArgs e) +161
System.Web.UI.WebControls.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) +19
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +118
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +166
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBa
ckEvent(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.3655; ASP.NET Version:2.0.50727.3658
I had a vision:Image
pkk
Posts: 5419
Joined: Tue Jul 01, 2003 7:00 am
Location: Germany, Munich

Post by pkk »

I can't reproduce that error, please try to register a new account, again.
The Escapist (Justin Emerson) @ Dec 21 2010, 02:33 PM:
The history of open-source Allegiance is paved with the bodies of dead code branches, forum flame wars, and personal vendettas. But a community remains because people still love the game.
Post Reply