无法在Web.Security ASP.NET MVC中访问UsersProfile

时间:2014-01-22 11:39:13

标签: c# asp.net asp.net-mvc

我试着联系数据库中的所有用户,显示他们的名字,ID等。

我做:

 using(UsersContext uc = new UsersContext())
        {
            var dupa = uc.UserProfiles.ToList();
        }

但它没有给出任何结果,(Count = 0)(但我在数据库中有几个用户,因为我创建了它们,我可以登录没有问题)

0 个答案:

没有答案