wrighty
New member
- Joined
- Sep 26, 2006
- Messages
- 4
- Programming Experience
- Beginner
Hi
I have developed a asp.net application that uses a membershipprovider to create new users. It is actually based on a mySQL database, but that is not relevant.
What I want to do is create a desktop app that will allow office staff to create new users on the web end. The problem is I can't re-create the hashing process used to hash the users password.
The mysqlmembershipprovider is one written by Rakotomalala Andriniaina. and can be found here
http://www.codeproject.com/aspnet/mysqlmembershipprovider.asp
Although I have tryed to re-create the hashing process, vb.net does not support the same syntax as asp.net. Help Please
Regards
I have developed a asp.net application that uses a membershipprovider to create new users. It is actually based on a mySQL database, but that is not relevant.
What I want to do is create a desktop app that will allow office staff to create new users on the web end. The problem is I can't re-create the hashing process used to hash the users password.
The mysqlmembershipprovider is one written by Rakotomalala Andriniaina. and can be found here
http://www.codeproject.com/aspnet/mysqlmembershipprovider.asp
Although I have tryed to re-create the hashing process, vb.net does not support the same syntax as asp.net. Help Please
Regards