ASP.NET MVC 4 Web アプリケーションを作成していますが、起動するとエラー 401.2 が発生します。
web.config には次のセクションがあります。
<authentication mode="Windows" />
次に、web.config に次の行を追加しました。
<system.webServer>
<security>
<authentication>
<windowsAuthentication enabled="true" />
</authentication>
</security>
</system.webServer>
その後、エラー500.19が発生しました
誰でも私を助けることができますか?