Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1112159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T02:39:53+00:00 2026-05-17T02:39:53+00:00

I am developing an ASP.Net application that will need to verify that the user

  • 0

I am developing an ASP.Net application that will need to verify that the user is legit and not a spam. Once the new user enters their first name, last name, email address, my application will send an email to verify the user’s authenticity. The email would conatin a link that would confirm the users account.

I am looking help on what the logic is behind the email link. Once the user clicks the link, what happens?

I have had a website that has used Captcha, and not had much luck stopping spam (I know you can’t stop 100% spam) similar to this Stopping spammers from creating accounts (reCaptcha not doing the trick)

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T02:39:54+00:00Added an answer on May 17, 2026 at 2:39 am

    As Rook has pointed out below, the simplest way is to use Captcha.

    If you need to verify the email as well though, see below.


    You could generate an approval GUID and pass it to the email URL which would mark the User as Active.

    For example, add a column called ApprovalID to the users table and generate a new GUID when the user registers, i.e.

    You should mark the user as inactive at this stage.

    Example Guid 3F2504E0-4F89-11D3-9A0C-0305E82C3301 
    

    Then pass the User Id and GUID in the email body

    <a href="http://www.mysite.com/verify.aspx?UserId=TheUserId&ApprovalId=3F2504E0-4F89-11D3-9A0C-0305E82C3301">Verify your account</a>
    

    Then a simple page verify.aspx

    Code Behind

    string UserId = Request[UserId].ToString(); // You can parse these as Guids
    string ApprovalId = Request[ApprovalId].ToString();
    
    TODO:
    // Get user from database
    // Match QueryString ApprovalId to Column ApprovalId
    // Ask user to Log In
    // Set user as active
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing an ASP.NET MVC application that will send the user a confirmation email.
I'm interested in using Subsonic 3.0 for developing a new ASP.Net MVC application that
I am developing an ASP.NET application that takes user input and serializes them into
I've developing an ASP.NET application that interfaces with Google Maps and retrieves marker information
We are developing an ASP.NET MVC Application that currently uses it's own database ApplicationData
I am developing an ASP.NET web application that incorporates google maps. I have an
I am developing an ASP.NET web application that sends a request to another server
I'm developing an ASP.NET MVC 2 application that connects to some services to do
I'm having a problem with an ASP.NET MVC application that I'm developing. I'm still
I am developing large data collecting ASP.Net/Windows service application-pair that uses Microsoft SQL Server

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.