2013-05-30 214 views
1

我正在創建ASP.NET MVC 4 Web應用程序,但是當我啓動它時出現錯誤401.2。IIS 8和身份驗證

web.config中有以下部分:

<authentication mode="Windows" /> 

然後我在web.config中添加下一行:

<system.webServer> 
     <security> 
     <authentication> 
      <windowsAuthentication enabled="true" /> 
     </authentication> 
     </security> 
</system.webServer> 

之後,我已經得到了錯誤500.19

燦任何人都幫助我?

+1

你已經安裝了Windows身份驗證模塊? – Kenneth

回答

0

在Windows 8下,當您選擇基本的IIS安裝時,有一些IIS安全和.NET功能未啓用IIS。

如果您將在本地運行IIS,您還應該啓用某些應用程序開發功能。

你需要去「打開Windows功能打開或關閉」,然後選擇其中的幾個:

Windows features on off