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# Web サイトをサーバーに公開すると、IIS 認証の "Take Identity of ASP.Net" が自動的に有効になります。
この認証を「オフ」にするにはどうすればよいですか?
WebConfig でそのコードを使用しています:
<authentication mode="Windows" /> <identity impersonate="false" /> <authorization> <deny users="?" /> </authorization>