码迷,mamicode.com
首页 > Web开发 > 详细

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

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

标签:blog   http   2014   问题   for   io   

在配置节点中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 设置架构)

标签:blog   http   2014   问题   for   io   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!