ASP.Net MVC 3 区域和混合模式身份验证

发布于 2024-11-14 05:24:36 字数 170 浏览 4 评论 0原文

是否可以让 ASP.Net MVC 区域使用与应用程序的其余部分不同的身份验证?主应用程序必须是表单身份验证,因为它是外部网。我需要有一个只能由内部员工访问的管理部分。我做了很多研究,并找到了如何执行混合模式的示例,但我还没有找到任何显示如何使用 ASP.Net MVC 区域执行此操作的示例。

感谢您的帮助。

Is it possible to have an ASP.Net MVC Area use different authentication then the rest of the application? The main app has to be forms authentication since it's an extranet. I need to have an Admin section that is only accessible by internal employees. I've done a lot of research and have found examples of how to do Mixed Mode, but I have not found anything showing how to do it with an ASP.Net MVC Area.

Thanks for your help.

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

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

发布评论

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

评论(1

月下凄凉 2024-11-21 05:24:36

每个区域都可以有自己的 web.config,您可以在其中配置/覆盖您想要的身份验证类型。

这是有关区域和多个 web.config 文件的博客文章:
http://mstechkb.blogspot.com/2010/10 /areas-in-aspnet-mvc-20.html

Each area can have its own web.config where you can configure/override the kind of authentication you want.

Here's blog post about areas and multiple web.config files:
http://mstechkb.blogspot.com/2010/10/areas-in-aspnet-mvc-20.html

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