Author: elbasha | Posted on: 7/2/2010 8:34:11 AM | Views : 1138

I have setup my windows form application to use the ASP.NET membership and role manager.  My next step is to have the profile built into this, I have the custom Table Profile Provider and I don't know how I can get it to work on my form application, here is the code I added to my app.config, what do I have to do next?
 
<profile defaultProvider="TableProfileProvider">
<providers>
<add name="< ...

Go to the complete details ...