I would like to colletct in ONE PLACE all the information required to manipulate ASPNET and DNN membership, users and roles.
I spent a lot of time reading and trying the ideas found on the net, somehow none of it gives the full picture. At this point I am working with the DNN Community Edition 5.1.4
I am looking for:
1. list of all namespaces that are related to the subject
2. location where those can be found on the host and/or portal installation folders. Which folders are being updated when I upgrade to newer version of DNN?
3. best ways to add/include those namespaces while working with MS VS2008 and C#
4. DOT NET framework updates membership in aspnet tables only, what are the possibilities to call DNN methodes to update corresponding DNN tables.
I know that the easiest way will be to write my own membeship provider, however it goesn against the idea of DNN framework, especially when this functionality exists when we are setting an user in a portal
5. or did I completely miss the point?
Any hints or ideas?
Chris