Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在我的服务器上发布我的 MVC4 C# 网站时,IIS 身份验证“获取 ASP.Net 的身份”会自动打开。
我该怎么做才能让此身份验证“关闭”?
它正在使用 WebConfig 中的代码:
<authentication mode="Windows" /> <identity impersonate="false" /> <authorization> <deny users="?" /> </authorization>