本文介绍了不同型号的相同表格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的MVC5应用程序中有2个区域。每个模型都有自己的edmx文件,其中包含相关表格。我有几个常见的ASP.Net Identity相关表。我如何处理这个问题

1)我可以在不同区域的两个型号中使用aspnetUsers表吗?



请指导我以及相应的文章。

Hi, I have 2 areas in my MVC5 application.And Each model have its own edmx file with the related tables in them. I have few ASP.Net Identity related tables that are common for both. How do i proceed with this i.e
1)Can i have the aspnetUsers tables in both the models of different areas ?

Please guide me with an appropriate article on this.

推荐答案


这篇关于不同型号的相同表格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-13 20:48