Requesting, a Validation email example

Discussion in 'ASP.NET 2.0' started by Bruce, Apr 17, 2006.

  1. Bruce

    Bruce DiscountASP.NET Staff

  2. I am curious if anyone has a good email validation example.

    Basically I am looking to send an email (to a users email address), that will have the typical... click here to validate your acount.
    It would then in return go to a page on the website, with a querystring object and then validate it.
     
  3. The C# code in http://kb.discountasp.net/article.aspx?id=10246doesn't work.


    I get thisthis error: Could not load file or assembly 'aspNetMX, Version=1.0.0.2, Culture=neutral, PublicKeyToken=bc571e8da1c1f543' or one of its dependencies. The system cannot find the file specified.
     
  4. Your site must be on a Windows 2008 server, where it is not installed in the GAC but just the license. Download version 2.0 at http://www.advancedintellect.com/download.aspx. Upload the DLL to the bin directory of your application, and reference your downloaded version in your code.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page