Click to See Complete Forum and Search --> : Custom Membership Provider


ptcoder
08-23-2010, 10:59 PM
I am currently learning the concepts of building a Custom Membership Provider. My question is, if all I want to do is add one more field to the ASP.NET Login control ...default being the Username and Password and I want to add a new one called "Location", I am assuming I need to modify the user database table as well as use a Custom Membership Provider? So the form would authenticate based on Location, Username, and Password. Can I use the tables and stored procedures that are created when using the default ASP.NET membership provider and simply modify them to add the new "Location" column?

Can someone please confirm that I am correct in my thinking before I proceed down the road of building the custom provider?

Thank you for your help!

ptcoder
08-24-2010, 10:11 PM
Wow, did I post to the wrong forum by chance?