Just trying to take an existing simple asp.net vb application that runs fine, and add passwords and email reset features to it. There are 2 groups of users, one on an Active Domain, which Ive used before and that is simple, sending to them to authenticate and getting back yes/no; the 2nd just a SQL table with users that an admin has to approve users for initially but they set/reset the password and get an email link.
Hoped to find an add-in with a wizard tool that I could say the SQL table path and password is: ....
And it sets up a user table in the SQL. Am assuming the methods have to be added to the project and referenced but how? Is there some package that can work with both AD and a custom table? if not its ok its the setting up of the email password reset and authentication based on a user table.
Tried several examples, tried one by Rick Anderson from 2014 but the info had typo(s) and the solution would not compile