Ok, so I am working on a WinForms business app and I have a Users table and a Roles table and a Customers table. I want to set up a web site for the business and use the Asp.Net 2.0 Membership Provider, so I want to integrate my User table with the Membership
Provider tables that Asp.Net provides. But I don't want to use the Personalization Provider because I want to keep all of my Users and Customers Personalization information in their respective tables and not store it in binary or delimited strings.
I figured I would import all of my Users into the Asp_Net Users table and the Roles into the Asp_Net Roles table and work with that with my Winforms, but I couldn't figure out a way to integrate the custom Personalization with the web site Personalization Provider...
Can anybody help me out with this? Given all the businesses that use .Net, I'm sure I'm not the only person who wants to do something like this...
adwins04
Contributor
5803 Points
1162 Posts
Integrating WinForms and Asp.Net Membership Provider...
Aug 03, 2006 01:59 PM|LINK
I figured I would import all of my Users into the Asp_Net Users table and the Roles into the Asp_Net Roles table and work with that with my Winforms, but I couldn't figure out a way to integrate the custom Personalization with the web site Personalization Provider...
Can anybody help me out with this? Given all the businesses that use .Net, I'm sure I'm not the only person who wants to do something like this...
Thanks!