使用 DNN (DotNetNuke) 只是为了利用用户/角色框架。更好的方法吗?
我继承了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不打算使用模块进行构建并遵循 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.