
02-10-2009, 06:58 AM
|
|
|
Join Date: Nov 2003
Location: Connecticut
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by jdelator
I was able to do this actually. I'll try to get a blog post to show this. It was actually quite involved. I had to have c# call a web page, then read the response. The web page of course was the php script. The php script take in the variables like the username, password, email, etc.. then used the tutorial in the link. The php script would return a xml file containing whether the user creation was successful or not. It would also contain stuff like the new userid, hashed password, salt, etc.. basically anything you would need on the .NET side.
I still haven't solved scenarios where the user changes his info in vb (password, username,email, etc..). Since the changes will be present in MySQL and not MSSQL. I was thinking of using hooks and then having php push the changes onto .NET.
Are you by any chance doing this in the MVC framework?
|
Can you post the blog or code for the same?
|