Hello,
My fist post here.
I want to implement, based on TBH, something like this:
Code:
<profile profileType="memberTypeA">
<properties>
<add name="property1" type="Whatever" />
<add name="property2" type="Whatever" />
</properties>
</profile>
<profile profileType="memberTypeB">
<properties>
<add name="property3" type="Whatever" />
<add name="property4" type="Whatever" />
</properties>
</profile>
That is, different profile properties , depending on the profile type.
Also I want to add a fully manageable image gallery to each member.
Can anyone give me some guidelines on how to implement this and in the same time take advantage of the built-in Membership, Roles and Profiles?
If my requirements ask for a more customized solution ( i.e. my own membership and profiling ) can you point out some online resources for a highly secure authentication?
PS: reading another book is not an option ... deadlines are deadlines