I have an asp web solution created with local authentication. I have relocated the ASP Entity Framework data base to a SQL Server instance and created the connection string necessary. Users are successfully creating accounts. However there are two features
I wish to implement that are partially created. One is to have a confirmation email sent to the email address entered for each new user. The other is to enable the Forgotten password process. This is not an MVC solution and the only instructions I can find
refer to MVC. I need assistance setting up the process for forgotten passwords in a traditional asp solution.
Go to the complete details ...