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.
有谁知道如何在不丢失任何用户的情况下将 asp.net 成员表(角色、配置文件、用户、成员资格等)转移到 dotnetnuke。
谢谢, XaiSoft
您可以将帐户从其他系统移至 DotNetNuke,但您必须做一些事情。
您必须更新 DotNetNuke web.config 以具有与实际创建用户的应用程序相同的验证和解密密钥。
您必须更新 DNN web.config 中的成员资格提供程序,使其具有与外部系统相同的应用程序名称
最后,您必须将条目和信息插入到用户、用户门户和用户角色表中,才能真正“授予对 DotNetNuke 的访问权限”。