我在asp.net 网站管理工具里面设置了,但找回密码时还是报错.指定字符串与电子邮件地址所要求的形式不符。 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.FormatException: 指定字符串与电子邮件地址所要求的形式不符
windows事件错误信息:
事件类型: 警告
事件来源: ASP.NET 2.0.50727.0
事件种类: Web 事件 
事件 ID: 1309
日期: 2007-2-9
事件: 17:44:53
用户: N/A
计算机: LXN
描述:
事件代码: 3005 
事件消息: 发生了未处理的异常。 
事件时间: 2007-2-9 17:44:53 
事件时间(UTC): 2007-2-9 9:44:53 
事件 ID: 65d55bdcd12a4ad9ab9d1fadc8bc4368 
事件序列: 3 
事件匹配项: 1 
事件详细信息代码: 0 
 
应用程序信息: 
    应用程序域: cc3ba909-7-128154878885192461 
    信任级别: Full 
    应用程序虚拟路径: /WebSite2 
    应用程序路径: C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\WebSites\WebSite2\ 
    计算机名: LXN 
 
进程信息: 
    进程 ID: 2584 
    进程名: WebDev.WebServer.EXE 
    帐户名: LXN\lnong 
 
异常信息: 
    异常类型: FormatException 
    异常消息: 指定字符串与电子邮件地址所要求的形式不符。 
 
请求信息: 
    请求 URL: http://localhost:1809/WebSite2/findpassword.aspx 
    请求路径: /WebSite2/findpassword.aspx 
    用户主机地址: 127.0.0.1 
    用户:  
    是否已经过身份验证: False 
    身份验证类型:  
    线程帐户名: LXN\lnong 
 
线程信息: 
    线程 ID: 4 
    线程帐户名: LXN\lnong 
    是否正在模拟: False 
    堆栈跟踪:    在 System.Net.Mime.MailBnfHelper.ReadMailAddress(String data, Int32& offset, String& displayName)
   在 System.Net.Mail.MailAddress.ParseValue(String address)
   在 System.Net.Mail.MailAddress..ctor(String address, String displayName, Encoding displayNameEncoding)
   在 System.Net.Mail.MailAddress..ctor(String address)
   在 System.Net.Mail.Message..ctor(String from, String to)
   在 System.Net.Mail.MailMessage..ctor(String from, String to)
   在 System.Web.UI.WebControls.MailDefinition.CreateMailMessage(String recipients, IDictionary replacements, String body, Control owner)
   在 System.Web.UI.WebControls.LoginUtil.CreateMailMessage(String email, String userName, String password, MailDefinition mailDefinition, String defaultBody, Control owner)
   在 System.Web.UI.WebControls.LoginUtil.SendPasswordMail(String email, String userName, String password, MailDefinition mailDefinition, String defaultSubject, String defaultBody, OnSendingMailDelegate onSendingMailDelegate, OnSendMailErrorDelegate onSendMailErrorDelegate, Control owner)
   在 System.Web.UI.WebControls.PasswordRecovery.AttemptSendPasswordQuestionView()
   在 System.Web.UI.WebControls.PasswordRecovery.AttemptSendPassword()
   在 System.Web.UI.WebControls.PasswordRecovery.OnBubbleEvent(Object source, EventArgs e)
   在 System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args)
   在 System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e)
   在 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
   在 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 
 
自定义事件详细信息: 有关更多信息,请参阅在 http://go.microsoft.com/fwlink/events.asp 的帮助和支持中心。