Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们已将 MOSS 配置为使用 asp.net 成员数据库,现在想要配置我们的共享服务提供程序以导入或使用我们的 aspnet 成员数据库中的信息。
我们只将 LDAP 和 BDC 视为导入选项,任何人都可以建议如何最好地进行此操作吗?
开箱即用的 SharePoint MOSS 仅支持来自 Active Directory 的用户配置文件。如果您在单独的 FBA 数据库中使用用户详细信息,您将必须编写自定义代码以从数据库中提取信息。
在我们的一个项目中,我们一直在使用编码进行导入。
UserProfile profile = userProfileManager.CreateUserProfile("Provider name:username")
有关更多详细信息,请参阅以下链接