Why does HttpContext.Current.User.Identity.Name return blank

前端 未结 5 1468
攒了一身酷
攒了一身酷 2020-12-17 20:06

I created a site. It is an internal site. It is a .NET 4.0 site. I would like to grab the username using HttpContext.Current.User.Identity.Name of the person browsing the

5条回答
  •  庸人自扰
    2020-12-17 20:32

    In iis disable anonymous access and enable integrated windows security for you web application.

提交回复
热议问题