2012-10-02 136 views

回答

0

我遇到了同樣的問題,到目前爲止已經試過這些,你也應該看看這些設置

  • 檢查模塊,如果你已經WindowsAuthentication管理模塊
  • 使appcmd設置配置/部分: windowsAuthentication /啓用:真
  • 使它能夠在應用程序的web.config

`

<security> 
    <authentication> 
    <windowsAuthentication enabled="true"></windowsAuthentication> 
    </authentication> 
</security> 

`

我已經試過我的這些Windows 8桌面是不是域的一部分,但它不工作,響應頭只是401沒有任何WWW身份驗證標頭。我想知道當你的機器是域名的一部分時會發生什麼。