Windows Azure 上使用实体框架进行 Asp.net mvc 身份验证
是否可以在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
绝对可以使用 MVC、EF 和 Azure 来完成。您需要
我建议不要创建任何您自己的用于身份验证或授权的基础设施,而是利用 ASP.Net 内置基础设施
Absolutely it can be done with MVC, EF and Azure. You need to
I would recommend not to create any of your own infrastructure for authentication or authorization but leverage the ASP.Net buildin infrastructure