Membershipprovider for Desktop App

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
 
wrighty said:
vb.net does not support the same syntax as asp.net

Sorry cuz i am not answering the rest of your question but notice that asp.net is a technology and it is not a language like a VB.NET is. Its syntax (if we can talk about asp.net syntax at all) only defines the structure, layout, and settings of an ASP.NET page as well of Web services.
Regards ;)
 
Point taken Kulrom

Hi thanks for your reply, but I was refering to ASP.NET as a programming enviroment, obviously ASP.NET has VB Code behind to drive the web pages. This is where the differences occur.

Cheers
 
Back
Top