Okay.. So this is the situation... I have spent the last 10 hours trying to find a way to automatically create an account in ZenCart when a user creates an account on the main .NET application.
This account will also need to be logged in at the same time the user logs in to the parent site, so that they will not need to log in twice.
I have tried everything I can think of, and over my deadline trying to get this to work. It doesnt seem like too strange of a thing to do does it? I would just manually insert the user into mySql, however the Password Hashing will not match the password hashing of my site.
Please? any ideas?



