if i encrypt some value in mvc, and send it to email wirh link,and if i click on this link it's show,http error 404 not found,
means on sending email i send url to email with encrypt code
<a href=http://localhost:24683/Home/VerifyEmail/"+encryptcode+">Click Here</a>
when i click on link its showing 404 error, on that controller action method i will decrypt that code.