The generated aspnet_Users table gives you a quick out-of-the-box option, and you can also use it across multiple applications. I have used this before and it has served me well.
I have never used the aspnet_Users table even once in my entire career as a software developer, senior software developer and now present software architect. I think that pretty much sums this up.
To me using asp.netmembership provider is a easier and safer way. And it contains in build method that can use. If we need to Implement a Custom Membership User it also possible.
发布评论
评论(4)
根据我的理解,如果您还没有用于用户管理的表,aspnet_Users 表是最简单和最好的选择
According to my understanding aspnet_Users tables are the easiest and best option if you already not having tables for user management
生成的 aspnet_Users 表为您提供了一个快速的开箱即用选项,您还可以跨多个应用程序使用它。我以前用过这个,而且效果很好。
The generated aspnet_Users table gives you a quick out-of-the-box option, and you can also use it across multiple applications. I have used this before and it has served me well.
在我作为软件开发人员、高级软件开发人员和现在的软件架构师的整个职业生涯中,我从未使用过 aspnet_Users 表,甚至一次。我认为这已经概括了这一点。
I have never used the aspnet_Users table even once in my entire career as a software developer, senior software developer and now present software architect. I think that pretty much sums this up.
对我来说,使用
asp.net
membership
提供程序是一种更简单、更安全的方法。并且它包含在可以使用的构建方法中。如果我们需要实现自定义会员用户也是可能的。To me using
asp.net
membership
provider is a easier and safer way. And it contains in build method that can use. If we need to Implement a Custom Membership User it also possible.