在ASP.NET Webapp中启用Windows身份验证

时间:2019-07-01 09:30:21

标签: asp.net

两者之间有什么区别

<system.webServer>
    <security>
        <authentication>
          <windowsAuthentication enabled="true" />
        </authentication>
    </security>
</system.webServer>

vs

<system.web>
    <authentication mode="Windows" />
</system.web>

0 个答案:

没有答案