使用 DNN (DotNetNuke) 只是为了利用用户/角色框架。更好的方法吗?

发布于 2024-11-25 12:47:02 字数 135 浏览 1 评论 0原文

我继承了一个 DNN 项目,其中使用模块填充了一个小应用程序。使用 DNN 的唯一原因是内置用户/角色的管理。

我想在 MVC 3 中重写该应用程序。有吗MVC 3 中任何类型的现有 UI 框架都可以处理这个问题?那么我可以用它作为起点吗?

I inheritied a DNN project where a small app is stuffed in it using modules.. The only reason for using DNN is so that the management of users/roles is builtin..

I would like to rewrite the app in MVC 3.. Is there any sort of existing UI framework in MVC 3 that handles this ? So I could use that as a starting point ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苍白女子 2024-12-02 12:47:02

如果您不打算使用模块进行构建并遵循 DNN 的常规扩展过程,我强烈建议您不要将其用于您的解决方案。随着时间的推移,它会变得脆弱,或者至少有潜力这样做。

有一些第三方 ASP.NET 用户管理解决方案将为内置 ASP.NET 会员系统提供前端,该系统可能会帮助您仅利用用户/角色。

If you are not going to build using Modules and following the regular extension process of DNN, I would strongly recommend that you not leverage it for your solution. As over time it will become fragile, or at least have the potential do do so.

There are some third-party ASP.NET User Management solutions out there that will provide a front end for the built in ASP.NET Membership system that might help you with only leveraging users/roles.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文