IIS Express Windows身份驗證我正在嘗試使用IIS Express和VS2010來托管Silverlight應用程序。我修改了我的applicationhost.config文件以允許修改正確的配置設置。我在web.config中有以下內容:<location path="">
<system.webServer>
<security>
<authentication>
<anonymousAuthentication enabled="false" />
<windowsAuthentication enabled="true" />
</authentication>
</security>
</system.webServer></location>我沒有經過身份驗證,我的域服務調用返回一個空記錄作為用戶。安裝VS2010 SP1 BETA之后,我能夠讓這個工作正常,但我試圖讓它只與IIS Express一起使用。如何啟用Windows身份驗證以使用IIS Express。是否存在我缺少的配置設置?
IIS Express Windows身份驗證
回首憶惘然
2019-07-25 15:42:16