UserPrincipal.Current返回应用程序池服务帐户

时间:2018-04-24 17:57:44

标签: asp.net-core-mvc

我在本地IIS上使用Windows身份验证。 UserPrincipal.Current返回应用池服务帐户。 User.Identity.Name返回null。

这是网络配置:

    <system.web>
       <authentication mode="Windows"></authentication>
       <authorization>
          <deny users="?" />
       </authorization>
       <identity impersonate="false" />
    </system.web>

我也尝试使用impersonate = true,但它没有帮助。

Only windows authentication enabled in IIS

0 个答案:

没有答案