I have coded several Windows Applications using .Net for the bank for the past years and one of the ussual task is to create the Login Form. I have posted previously one of the solution I use in doing it ( Use Membership API in winForms) . Browsing for new things to do I found this link on MSDN which...
Posted to
Humprey Evangelista Cogay
by
Comgen
on
12-10-2008
Filed under:
Filed under: .Net, Windows Forms, User Controls, .Net 2.0, Membership, windows apllication, user, authentication, security, authorization, login
I usually code my own authentication module in my Windows Application but since i have been playing with Web Applications lately, I thought, maybe there's a way to use the Membership API inside System.Web on my Windows Applications. So after playing and Googling around i have made it worked. Below...