Profile Pattern
-
Does anyone know of any good ASP.NET 1.1 Web User Profile tutorials or articles. I'm really just looking for ground floor db schema and something that uses MemberRole.dll. Something interactive with AD. Any help in the correct direction would be greatly appreciated. **DAN**
-
Does anyone know of any good ASP.NET 1.1 Web User Profile tutorials or articles. I'm really just looking for ground floor db schema and something that uses MemberRole.dll. Something interactive with AD. Any help in the correct direction would be greatly appreciated. **DAN**
Not sure if you have checked out the MemberRolesSDK[^], and the CommunityServer[^] is a good example that you want to see how to use this library. Also, as you may already know that this library is replaced in the ASP.NET 2.O with the provider kits, so you may find the provider documentation in MSDN useful too.