将.NET应用程序从Windows身份验证更改为无身份验证

时间:2019-04-02 18:27:59

标签: .net google-chrome windows-authentication

我正在.NET Framework 4.6.2中开发Angular应用程序。它在web.config中使用Windows身份验证

<authentication mode="Windows" />
<authorization>
  <deny users="?" />
</authorization>

我想知道是否有办法将应用程序的设置从Windows身份验证更改为“无身份验证”。

我正在使用Windows 7。

0 个答案:

没有答案