本文介绍了如何将MVC5 ASP.NET生成的身份代码实现到现有数据库中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
正如标题所说,我使用visual c#和身份验证创建了一个新的MVC项目。然后我实现了所需的模型(并使用代码第一实体框架创建了数据库)。我现在要做的是向该数据库添加由visual studio创建的身份验证的智能,并添加它来映射我的实体。
例如,我有一个名为Clients的表。我希望每个客户端都拥有自己的登录和权限。我该怎么做?
由于
解决方案
As the title says, I created a new MVC project with visual c# and authentication. Then I've implemented the desired models (and created the database with code first entity framework). What I want to do now is add to that database the intelligence of the authentication that was created by visual studio and addapt it to map my entities.
For instance, I've got a table called Clients. I want that each client have it's own login and permissions. How can I do that?
Thanks
解决方案
这篇关于如何将MVC5 ASP.NET生成的身份代码实现到现有数据库中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!