[2005] Use same Log-in info of an ASP.NET Application w/ a windows based application
I'm having problem w/ the password.
Re: [2005] Use same Log-in info of an ASP.NET Application w/ a windows based application
Can you be a little more descriptive about your issue?
Re: [2005] Use same Log-in info of an ASP.NET Application w/ a windows based application
In ASP.NET 2.0, if you setup your WEB Application's log-in (can't remember what it is called, I don't have development tools here) it will automatically generate a database/schema. The users' passwords are encrypted (I think it was called hashing).
I need to use those log-in informations (Usernames and encrypted password) for my window applications (I prefer VB).
I hope this is clear. I'm sorry for my bad english.
Re: [2005] Use same Log-in info of an ASP.NET Application w/ a windows based application