首页 > Web开发 > 详细

关于authentication 元素(ASP.NET 设置架构)

时间:2014-07-11 19:05:35      阅读:358      评论:0      收藏:0      [点我收藏+]

在配置节点中authentication 元素 配置 ASP.NET 身份验证方案,该方案用于识别查看 ASP.NET 应用程序的用户。


 
<authentication 
   mode="[Windows|Forms|Passport|None]"
> 
   <forms>...</forms>
   <passport/>
</authentication>

Windows 域用户身份验证

VS2010 用 Page.User.Identity 完全没有问题

VS2012 中用Page.User.Identity 在调试过程中 需要注意 当Page.User.Identity.Name 获取为空的时候,你需要检查项目的属性 因为2012 自带 开启IIS 本地调试 需要将开发服务器设置为VISUAL STUDIO 开发服务器即可

bubuko.com,布布扣

关于authentication 元素(ASP.NET 设置架构),布布扣,bubuko.com

关于authentication 元素(ASP.NET 设置架构)

原文:http://www.cnblogs.com/dinghuijun/p/3833501.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!