我正在创建 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
谁能帮我?