标签: .net google-chrome windows-authentication
我正在.NET Framework 4.6.2中开发Angular应用程序。它在web.config中使用Windows身份验证
<authentication mode="Windows" /> <authorization> <deny users="?" /> </authorization>
我想知道是否有办法将应用程序的设置从Windows身份验证更改为“无身份验证”。
我正在使用Windows 7。