Windows Azure 上使用实体框架进行 Asp.net mvc 身份验证

发布于 2024-12-11 20:41:26 字数 84 浏览 0 评论 0原文

是否可以在 Windows Azure 上制作具有授权的 ASP.NET MVC Web 门户。我想使用实体框架访问数据库。有可能吗?如果有,我该怎么做?

is it possible to make asp.net mvc web portal with authorization on windows azure. I want to use Entity framework to access database. Is it possible and if it is, how can I do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜司空 2024-12-18 20:41:26

绝对可以使用 MVC、EF 和 Azure 来完成。您需要

  1. 在 SQL Azure 中创建 ASP.Net 成员资格提供程序表。请参阅 此处
  2. 此处获取 EF 会员资格提供程序实现
  3. 查看 ASP.Net MVC 会员入门工具包此处查看它如何提供预构建组件来进行身份验证和授权。

我建议不要创建任何您自己的用于身份验证或授权的基础设施,而是利用 ASP.Net 内置基础设施

Absolutely it can be done with MVC, EF and Azure. You need to

  1. Create ASP.Net membership provider tables in SQL Azure. See here
  2. Get EF membership provider implementation from here
  3. Have a look at the ASP.Net MVC membership starter kit here to see how it provides pre build component to to authentication and authorization.

I would recommend not to create any of your own infrastructure for authentication or authorization but leverage the ASP.Net buildin infrastructure

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文